HSL(82, 74%, 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(82,74%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 74%, 93%) | color: hsl(82, 74%, 93%) | |
| HEX | #F1FAE0 | color: #F1FAE0 | |
| RGB | rgb(241, 250, 224) | color: rgb(241, 250, 224) | |
| CMYK | cmyk(4%, 0%, 10%, 2%) | — | |
| HSV | hsv(81, 10%, 98%) | — | |
| HWB | hwb(81 88% 2%) | color: hwb(81 88% 2%) | |
| OKLCH | oklch(0.9715 0.0354 122.63) | color: oklch(0.9715 0.0354 122.63) | |
| Lab | lab(97.01 -7.43 11.46) | color: lab(97.01 -7.43 11.46) | |
| LCH | lch(97.01 13.66 122.96) | color: lch(97.01 13.66 122.96) |
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)
#F5F5E6 — rgb(245, 245, 230)
Deuteranopia (Green-blind)
#F4F4E8 — rgb(244, 244, 232)
Tritanopia (Blue-blind)
#F1EBEC — rgb(241, 235, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 74%, 93%);
text
color: hsl(82, 74%, 93%);
border
border: 2px solid hsl(82, 74%, 93%);
gradient light
background: linear-gradient(to right, hsl(82, 74%, 100%), hsl(82, 74%, 93%));
gradient dark
background: linear-gradient(to right, hsl(82, 74%, 93%), hsl(82, 74%, 73%))
hex
background-color: #F1FAE0;
tailwind
bg-[hsl(82,74%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 74%, 93%, 0.4);
css variable
--color-primary: hsl(82, 74%, 93%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(82, 74%, 93%)?
HEX: #F1FAE0 | RGB: rgb(241, 250, 224) | CMYK: 4%, 0%, 10%, 2% | HSV: 81°, 10%, 98%. Copy any format from the conversion table above.
What colors go well with #F1FAE0?
The complementary color is HSL(262, 74%, 93%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 74%, 93%) in CSS?
As HSL: color: hsl(82, 74%, 93%); — As HEX: color: #F1FAE0; — As RGB: color: rgb(241, 250, 224); — Tailwind CSS: bg-[hsl(82,74%,93%)] — CSS variable: --color-primary: hsl(82, 74%, 93%);