HSL(102, 87%, 90%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,87%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 87%, 90%) | color: hsl(102, 87%, 90%) | |
| HEX | #DDFCCF | color: #DDFCCF | |
| RGB | rgb(221, 252, 207) | color: rgb(221, 252, 207) | |
| CMYK | cmyk(12%, 0%, 18%, 1%) | — | |
| HSV | hsv(101, 18%, 99%) | — | |
| HWB | hwb(101 81% 1%) | color: hwb(101 81% 1%) | |
| OKLCH | oklch(0.9572 0.0675 135.93) | color: oklch(0.9572 0.0675 135.93) | |
| Lab | lab(95.79 -17.99 18.26) | color: lab(95.79 -17.99 18.26) | |
| LCH | lch(95.79 25.63 134.57) | color: lch(95.79 25.63 134.57) |
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)
#EAEBDA — rgb(234, 235, 218)
Deuteranopia (Green-blind)
#E9E6DD — rgb(233, 230, 221)
Tritanopia (Blue-blind)
#DFE2E4 — rgb(223, 226, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 87%, 90%);
text
color: hsl(102, 87%, 90%);
border
border: 2px solid hsl(102, 87%, 90%);
gradient light
background: linear-gradient(to right, hsl(102, 87%, 100%), hsl(102, 87%, 90%));
gradient dark
background: linear-gradient(to right, hsl(102, 87%, 90%), hsl(102, 87%, 70%))
hex
background-color: #DDFCCF;
tailwind
bg-[hsl(102,87%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 87%, 90%, 0.4);
css variable
--color-primary: hsl(102, 87%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(102, 87%, 90%)?
HEX: #DDFCCF | RGB: rgb(221, 252, 207) | CMYK: 12%, 0%, 18%, 1% | HSV: 101°, 18%, 99%. Copy any format from the conversion table above.
What colors go well with #DDFCCF?
The complementary color is HSL(282, 87%, 90%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 87%, 90%) in CSS?
As HSL: color: hsl(102, 87%, 90%); — As HEX: color: #DDFCCF; — As RGB: color: rgb(221, 252, 207); — Tailwind CSS: bg-[hsl(102,87%,90%)] — CSS variable: --color-primary: hsl(102, 87%, 90%);