HSL(131, 48%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,48%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 48%, 83%) | color: hsl(131, 48%, 83%) | |
| HEX | #BFE8C6 | color: #BFE8C6 | |
| RGB | rgb(191, 232, 198) | color: rgb(191, 232, 198) | |
| CMYK | cmyk(18%, 0%, 15%, 9%) | — | |
| HSV | hsv(130, 18%, 91%) | — | |
| HWB | hwb(130 75% 9%) | color: hwb(130 75% 9%) | |
| OKLCH | oklch(0.8927 0.0629 149.94) | color: oklch(0.8927 0.0629 149.94) | |
| Lab | lab(88.38 -19.74 12.18) | color: lab(88.38 -19.74 12.18) | |
| LCH | lch(88.38 23.2 148.32) | color: lch(88.38 23.2 148.32) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#D1D1CE — rgb(209, 209, 206)
Deuteranopia (Green-blind)
#CECBD0 — rgb(206, 203, 208)
Tritanopia (Blue-blind)
#C1D5D6 — rgb(193, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 48%, 83%);
text
color: hsl(131, 48%, 83%);
border
border: 2px solid hsl(131, 48%, 83%);
gradient light
background: linear-gradient(to right, hsl(131, 48%, 100%), hsl(131, 48%, 83%));
gradient dark
background: linear-gradient(to right, hsl(131, 48%, 83%), hsl(131, 48%, 63%))
hex
background-color: #BFE8C6;
tailwind
bg-[hsl(131,48%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 48%, 83%, 0.4);
css variable
--color-primary: hsl(131, 48%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 48%, 83%)?
HEX: #BFE8C6 | RGB: rgb(191, 232, 198) | CMYK: 18%, 0%, 15%, 9% | HSV: 130°, 18%, 91%. Copy any format from the conversion table above.
What colors go well with #BFE8C6?
The complementary color is HSL(311, 48%, 83%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 48%, 83%) in CSS?
As HSL: color: hsl(131, 48%, 83%); — As HEX: color: #BFE8C6; — As RGB: color: rgb(191, 232, 198); — Tailwind CSS: bg-[hsl(131,48%,83%)] — CSS variable: --color-primary: hsl(131, 48%, 83%);