HSL(91, 24%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,24%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 24%, 74%) | color: hsl(91, 24%, 74%) | |
| HEX | #BCCDAD | color: #BCCDAD | |
| RGB | rgb(188, 205, 173) | color: rgb(188, 205, 173) | |
| CMYK | cmyk(8%, 0%, 16%, 20%) | — | |
| HSV | hsv(92, 16%, 80%) | — | |
| HWB | hwb(92 67% 20%) | color: hwb(92 67% 20%) | |
| OKLCH | oklch(0.8268 0.0474 130.3) | color: oklch(0.8268 0.0474 130.3) | |
| Lab | lab(80.39 -11.54 14.01) | color: lab(80.39 -11.54 14.01) | |
| LCH | lch(80.39 18.15 129.48) | color: lch(80.39 18.15 129.48) |
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)
#C3C4B5 — rgb(195, 196, 181)
Deuteranopia (Green-blind)
#C2C1B7 — rgb(194, 193, 183)
Tritanopia (Blue-blind)
#BDBBBC — rgb(189, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 24%, 74%);
text
color: hsl(91, 24%, 74%);
border
border: 2px solid hsl(91, 24%, 74%);
gradient light
background: linear-gradient(to right, hsl(91, 24%, 94%), hsl(91, 24%, 74%));
gradient dark
background: linear-gradient(to right, hsl(91, 24%, 74%), hsl(91, 24%, 54%))
hex
background-color: #BCCDAD;
tailwind
bg-[hsl(91,24%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 24%, 74%, 0.4);
css variable
--color-primary: hsl(91, 24%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 24%, 74%)?
HEX: #BCCDAD | RGB: rgb(188, 205, 173) | CMYK: 8%, 0%, 16%, 20% | HSV: 92°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #BCCDAD?
The complementary color is HSL(271, 24%, 74%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 24%, 74%) in CSS?
As HSL: color: hsl(91, 24%, 74%); — As HEX: color: #BCCDAD; — As RGB: color: rgb(188, 205, 173); — Tailwind CSS: bg-[hsl(91,24%,74%)] — CSS variable: --color-primary: hsl(91, 24%, 74%);