HSL(91, 52%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,52%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 52%, 80%) | color: hsl(91, 52%, 80%) | |
| HEX | #CBE7B1 | color: #CBE7B1 | |
| RGB | rgb(203, 231, 177) | color: rgb(203, 231, 177) | |
| CMYK | cmyk(12%, 0%, 23%, 9%) | — | |
| HSV | hsv(91, 23%, 91%) | — | |
| HWB | hwb(91 70% 9%) | color: hwb(91 70% 9%) | |
| OKLCH | oklch(0.8938 0.0776 130.16) | color: oklch(0.8938 0.0776 130.16) | |
| Lab | lab(88.46 -18.64 23.31) | color: lab(88.46 -18.64 23.31) | |
| LCH | lch(88.46 29.85 128.65) | color: lch(88.46 29.85 128.65) |
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)
#D7D7BE — rgb(215, 215, 190)
Deuteranopia (Green-blind)
#D6D3C1 — rgb(214, 211, 193)
Tritanopia (Blue-blind)
#CCC8CB — rgb(204, 200, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 52%, 80%);
text
color: hsl(91, 52%, 80%);
border
border: 2px solid hsl(91, 52%, 80%);
gradient light
background: linear-gradient(to right, hsl(91, 52%, 100%), hsl(91, 52%, 80%));
gradient dark
background: linear-gradient(to right, hsl(91, 52%, 80%), hsl(91, 52%, 60%))
hex
background-color: #CBE7B1;
tailwind
bg-[hsl(91,52%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 52%, 80%, 0.4);
css variable
--color-primary: hsl(91, 52%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 52%, 80%)?
HEX: #CBE7B1 | RGB: rgb(203, 231, 177) | CMYK: 12%, 0%, 23%, 9% | HSV: 91°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #CBE7B1?
The complementary color is HSL(271, 52%, 80%). 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, 52%, 80%) in CSS?
As HSL: color: hsl(91, 52%, 80%); — As HEX: color: #CBE7B1; — As RGB: color: rgb(203, 231, 177); — Tailwind CSS: bg-[hsl(91,52%,80%)] — CSS variable: --color-primary: hsl(91, 52%, 80%);