HSL(85, 90%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,90%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 90%, 77%) | color: hsl(85, 90%, 77%) | |
| HEX | #CDF990 | color: #CDF990 | |
| RGB | rgb(205, 249, 144) | color: rgb(205, 249, 144) | |
| CMYK | cmyk(18%, 0%, 42%, 2%) | — | |
| HSV | hsv(85, 42%, 98%) | — | |
| HWB | hwb(85 57% 2%) | color: hwb(85 57% 2%) | |
| OKLCH | oklch(0.928 0.1404 127.5) | color: oklch(0.928 0.1404 127.5) | |
| Lab | lab(92.9 -30.96 45.76) | color: lab(92.9 -30.96 45.76) | |
| LCH | lch(92.9 55.25 124.08) | color: lch(92.9 55.25 124.08) |
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)
#E0E0A9 — rgb(224, 224, 169)
Deuteranopia (Green-blind)
#DEDAB0 — rgb(222, 218, 176)
Tritanopia (Blue-blind)
#CFBDC2 — rgb(207, 189, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 90%, 77%);
text
color: hsl(85, 90%, 77%);
border
border: 2px solid hsl(85, 90%, 77%);
gradient light
background: linear-gradient(to right, hsl(85, 90%, 97%), hsl(85, 90%, 77%));
gradient dark
background: linear-gradient(to right, hsl(85, 90%, 77%), hsl(85, 90%, 57%))
hex
background-color: #CDF990;
tailwind
bg-[hsl(85,90%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 90%, 77%, 0.4);
css variable
--color-primary: hsl(85, 90%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 90%, 77%)?
HEX: #CDF990 | RGB: rgb(205, 249, 144) | CMYK: 18%, 0%, 42%, 2% | HSV: 85°, 42%, 98%. Copy any format from the conversion table above.
What colors go well with #CDF990?
The complementary color is HSL(265, 90%, 77%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 90%, 77%) in CSS?
As HSL: color: hsl(85, 90%, 77%); — As HEX: color: #CDF990; — As RGB: color: rgb(205, 249, 144); — Tailwind CSS: bg-[hsl(85,90%,77%)] — CSS variable: --color-primary: hsl(85, 90%, 77%);