HSL(74, 69%, 90%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,69%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 69%, 90%) | color: hsl(74, 69%, 90%) | |
| HEX | #EFF7D4 | color: #EFF7D4 | |
| RGB | rgb(239, 247, 212) | color: rgb(239, 247, 212) | |
| CMYK | cmyk(3%, 0%, 14%, 3%) | — | |
| HSV | hsv(74, 14%, 97%) | — | |
| HWB | hwb(74 83% 3%) | color: hwb(74 83% 3%) | |
| OKLCH | oklch(0.9611 0.0466 117.74) | color: oklch(0.9611 0.0466 117.74) | |
| Lab | lab(95.84 -8.54 15.95) | color: lab(95.84 -8.54 15.95) | |
| LCH | lch(95.84 18.09 118.17) | color: lch(95.84 18.09 118.17) |
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)
#F2F3DC — rgb(242, 243, 220)
Deuteranopia (Green-blind)
#F2F1DF — rgb(242, 241, 223)
Tritanopia (Blue-blind)
#EFE3E5 — rgb(239, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 69%, 90%);
text
color: hsl(74, 69%, 90%);
border
border: 2px solid hsl(74, 69%, 90%);
gradient light
background: linear-gradient(to right, hsl(74, 69%, 100%), hsl(74, 69%, 90%));
gradient dark
background: linear-gradient(to right, hsl(74, 69%, 90%), hsl(74, 69%, 70%))
hex
background-color: #EFF7D4;
tailwind
bg-[hsl(74,69%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 69%, 90%, 0.4);
css variable
--color-primary: hsl(74, 69%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(74, 69%, 90%)?
HEX: #EFF7D4 | RGB: rgb(239, 247, 212) | CMYK: 3%, 0%, 14%, 3% | HSV: 74°, 14%, 97%. Copy any format from the conversion table above.
What colors go well with #EFF7D4?
The complementary color is HSL(254, 69%, 90%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 69%, 90%) in CSS?
As HSL: color: hsl(74, 69%, 90%); — As HEX: color: #EFF7D4; — As RGB: color: rgb(239, 247, 212); — Tailwind CSS: bg-[hsl(74,69%,90%)] — CSS variable: --color-primary: hsl(74, 69%, 90%);