HSL(84, 72%, 93%)
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(84,72%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 72%, 93%) | color: hsl(84, 72%, 93%) | |
| HEX | #F0FAE0 | color: #F0FAE0 | |
| RGB | rgb(240, 250, 224) | color: rgb(240, 250, 224) | |
| CMYK | cmyk(4%, 0%, 10%, 2%) | — | |
| HSV | hsv(83, 10%, 98%) | — | |
| HWB | hwb(83 88% 2%) | color: hwb(83 88% 2%) | |
| OKLCH | oklch(0.9707 0.0357 124.24) | color: oklch(0.9707 0.0357 124.24) | |
| Lab | lab(96.93 -7.77 11.35) | color: lab(96.93 -7.77 11.35) | |
| LCH | lch(96.93 13.75 124.39) | color: lch(96.93 13.75 124.39) |
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)
#F4F4E6 — rgb(244, 244, 230)
Deuteranopia (Green-blind)
#F4F3E8 — rgb(244, 243, 232)
Tritanopia (Blue-blind)
#F1EBEC — rgb(241, 235, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 72%, 93%);
text
color: hsl(84, 72%, 93%);
border
border: 2px solid hsl(84, 72%, 93%);
gradient light
background: linear-gradient(to right, hsl(84, 72%, 100%), hsl(84, 72%, 93%));
gradient dark
background: linear-gradient(to right, hsl(84, 72%, 93%), hsl(84, 72%, 73%))
hex
background-color: #F0FAE0;
tailwind
bg-[hsl(84,72%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 72%, 93%, 0.4);
css variable
--color-primary: hsl(84, 72%, 93%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(84, 72%, 93%)?
HEX: #F0FAE0 | RGB: rgb(240, 250, 224) | CMYK: 4%, 0%, 10%, 2% | HSV: 83°, 10%, 98%. Copy any format from the conversion table above.
What colors go well with #F0FAE0?
The complementary color is HSL(264, 72%, 93%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 72%, 93%) in CSS?
As HSL: color: hsl(84, 72%, 93%); — As HEX: color: #F0FAE0; — As RGB: color: rgb(240, 250, 224); — Tailwind CSS: bg-[hsl(84,72%,93%)] — CSS variable: --color-primary: hsl(84, 72%, 93%);