HSL(90, 61%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,61%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 61%, 85%) | color: hsl(90, 61%, 85%) | |
| HEX | #D9F0C1 | color: #D9F0C1 | |
| RGB | rgb(217, 240, 193) | color: rgb(217, 240, 193) | |
| CMYK | cmyk(10%, 0%, 20%, 6%) | — | |
| HSV | hsv(89, 20%, 94%) | — | |
| HWB | hwb(89 75% 6%) | color: hwb(89 75% 6%) | |
| OKLCH | oklch(0.9262 0.0666 128.89) | color: oklch(0.9262 0.0666 128.89) | |
| Lab | lab(92.1 -15.7 20.24) | color: lab(92.1 -15.7 20.24) | |
| LCH | lch(92.1 25.62 127.8) | color: lch(92.1 25.62 127.8) |
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)
#E3E3CC — rgb(227, 227, 204)
Deuteranopia (Green-blind)
#E2E0CF — rgb(226, 224, 207)
Tritanopia (Blue-blind)
#DAD5D7 — rgb(218, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 61%, 85%);
text
color: hsl(90, 61%, 85%);
border
border: 2px solid hsl(90, 61%, 85%);
gradient light
background: linear-gradient(to right, hsl(90, 61%, 100%), hsl(90, 61%, 85%));
gradient dark
background: linear-gradient(to right, hsl(90, 61%, 85%), hsl(90, 61%, 65%))
hex
background-color: #D9F0C1;
tailwind
bg-[hsl(90,61%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 61%, 85%, 0.4);
css variable
--color-primary: hsl(90, 61%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(90, 61%, 85%)?
HEX: #D9F0C1 | RGB: rgb(217, 240, 193) | CMYK: 10%, 0%, 20%, 6% | HSV: 89°, 20%, 94%. Copy any format from the conversion table above.
What colors go well with #D9F0C1?
The complementary color is HSL(270, 61%, 85%). 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, 61%, 85%) in CSS?
As HSL: color: hsl(90, 61%, 85%); — As HEX: color: #D9F0C1; — As RGB: color: rgb(217, 240, 193); — Tailwind CSS: bg-[hsl(90,61%,85%)] — CSS variable: --color-primary: hsl(90, 61%, 85%);