HSL(90, 60%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,60%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 60%, 81%) | color: hsl(90, 60%, 81%) | |
| HEX | #CFECB1 | color: #CFECB1 | |
| RGB | rgb(207, 236, 177) | color: rgb(207, 236, 177) | |
| CMYK | cmyk(12%, 0%, 25%, 7%) | — | |
| HSV | hsv(89, 25%, 93%) | — | |
| HWB | hwb(89 70% 7%) | color: hwb(89 70% 7%) | |
| OKLCH | oklch(0.9073 0.0836 129.24) | color: oklch(0.9073 0.0836 129.24) | |
| Lab | lab(90.06 -19.68 25.55) | color: lab(90.06 -19.68 25.55) | |
| LCH | lch(90.06 32.25 127.61) | color: lch(90.06 32.25 127.61) |
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)
#DCDCBF — rgb(220, 220, 191)
Deuteranopia (Green-blind)
#DAD8C3 — rgb(218, 216, 195)
Tritanopia (Blue-blind)
#D0CBCD — rgb(208, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 60%, 81%);
text
color: hsl(90, 60%, 81%);
border
border: 2px solid hsl(90, 60%, 81%);
gradient light
background: linear-gradient(to right, hsl(90, 60%, 100%), hsl(90, 60%, 81%));
gradient dark
background: linear-gradient(to right, hsl(90, 60%, 81%), hsl(90, 60%, 61%))
hex
background-color: #CFECB1;
tailwind
bg-[hsl(90,60%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 60%, 81%, 0.4);
css variable
--color-primary: hsl(90, 60%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(90, 60%, 81%)?
HEX: #CFECB1 | RGB: rgb(207, 236, 177) | CMYK: 12%, 0%, 25%, 7% | HSV: 89°, 25%, 93%. Copy any format from the conversion table above.
What colors go well with #CFECB1?
The complementary color is HSL(270, 60%, 81%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 60%, 81%) in CSS?
As HSL: color: hsl(90, 60%, 81%); — As HEX: color: #CFECB1; — As RGB: color: rgb(207, 236, 177); — Tailwind CSS: bg-[hsl(90,60%,81%)] — CSS variable: --color-primary: hsl(90, 60%, 81%);