HSL(125, 94%, 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(125,94%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 94%, 90%) | color: hsl(125, 94%, 90%) | |
| HEX | #CEFDD2 | color: #CEFDD2 | |
| RGB | rgb(206, 253, 210) | color: rgb(206, 253, 210) | |
| CMYK | cmyk(19%, 0%, 17%, 1%) | — | |
| HSV | hsv(125, 19%, 99%) | — | |
| HWB | hwb(125 80% 1%) | color: hwb(125 80% 1%) | |
| OKLCH | oklch(0.9501 0.0749 147.25) | color: oklch(0.9501 0.0749 147.25) | |
| Lab | lab(95.17 -22.95 15.72) | color: lab(95.17 -22.95 15.72) | |
| LCH | lch(95.17 27.82 145.59) | color: lch(95.17 27.82 145.59) |
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)
#E2E3DC — rgb(226, 227, 220)
Deuteranopia (Green-blind)
#E0DCDF — rgb(224, 220, 223)
Tritanopia (Blue-blind)
#D0E5E6 — rgb(208, 229, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 94%, 90%);
text
color: hsl(125, 94%, 90%);
border
border: 2px solid hsl(125, 94%, 90%);
gradient light
background: linear-gradient(to right, hsl(125, 94%, 100%), hsl(125, 94%, 90%));
gradient dark
background: linear-gradient(to right, hsl(125, 94%, 90%), hsl(125, 94%, 70%))
hex
background-color: #CEFDD2;
tailwind
bg-[hsl(125,94%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 94%, 90%, 0.4);
css variable
--color-primary: hsl(125, 94%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(125, 94%, 90%)?
HEX: #CEFDD2 | RGB: rgb(206, 253, 210) | CMYK: 19%, 0%, 17%, 1% | HSV: 125°, 19%, 99%. Copy any format from the conversion table above.
What colors go well with #CEFDD2?
The complementary color is HSL(305, 94%, 90%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 94%, 90%) in CSS?
As HSL: color: hsl(125, 94%, 90%); — As HEX: color: #CEFDD2; — As RGB: color: rgb(206, 253, 210); — Tailwind CSS: bg-[hsl(125,94%,90%)] — CSS variable: --color-primary: hsl(125, 94%, 90%);