HSL(134, 89%, 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(134,89%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 89%, 90%) | color: hsl(134, 89%, 90%) | |
| HEX | #CFFCD9 | color: #CFFCD9 | |
| RGB | rgb(207, 252, 217) | color: rgb(207, 252, 217) | |
| CMYK | cmyk(18%, 0%, 14%, 1%) | — | |
| HSV | hsv(133, 18%, 99%) | — | |
| HWB | hwb(133 81% 1%) | color: hwb(133 81% 1%) | |
| OKLCH | oklch(0.9503 0.0658 151.67) | color: oklch(0.9503 0.0658 151.67) | |
| Lab | lab(95.12 -20.92 12.06) | color: lab(95.12 -20.92 12.06) | |
| LCH | lch(95.12 24.15 150.04) | color: lch(95.12 24.15 150.04) |
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)
#E2E3E1 — rgb(226, 227, 225)
Deuteranopia (Green-blind)
#E0DDE4 — rgb(224, 221, 228)
Tritanopia (Blue-blind)
#D1E8EA — rgb(209, 232, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 89%, 90%);
text
color: hsl(134, 89%, 90%);
border
border: 2px solid hsl(134, 89%, 90%);
gradient light
background: linear-gradient(to right, hsl(134, 89%, 100%), hsl(134, 89%, 90%));
gradient dark
background: linear-gradient(to right, hsl(134, 89%, 90%), hsl(134, 89%, 70%))
hex
background-color: #CFFCD9;
tailwind
bg-[hsl(134,89%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 89%, 90%, 0.4);
css variable
--color-primary: hsl(134, 89%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(134, 89%, 90%)?
HEX: #CFFCD9 | RGB: rgb(207, 252, 217) | CMYK: 18%, 0%, 14%, 1% | HSV: 133°, 18%, 99%. Copy any format from the conversion table above.
What colors go well with #CFFCD9?
The complementary color is HSL(314, 89%, 90%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 89%, 90%) in CSS?
As HSL: color: hsl(134, 89%, 90%); — As HEX: color: #CFFCD9; — As RGB: color: rgb(207, 252, 217); — Tailwind CSS: bg-[hsl(134,89%,90%)] — CSS variable: --color-primary: hsl(134, 89%, 90%);