HSL(66, 57%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,57%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 57%, 85%) | color: hsl(66, 57%, 85%) | |
| HEX | #EAEFC3 | color: #EAEFC3 | |
| RGB | rgb(234, 239, 195) | color: rgb(234, 239, 195) | |
| CMYK | cmyk(2%, 0%, 18%, 6%) | — | |
| HSV | hsv(67, 18%, 94%) | — | |
| HWB | hwb(67 77% 6%) | color: hwb(67 77% 6%) | |
| OKLCH | oklch(0.9372 0.0577 112.78) | color: oklch(0.9372 0.0577 112.78) | |
| Lab | lab(93.09 -8.89 20.77) | color: lab(93.09 -8.89 20.77) | |
| LCH | lch(93.09 22.59 113.17) | color: lch(93.09 22.59 113.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)
#ECECCE — rgb(236, 236, 206)
Deuteranopia (Green-blind)
#ECECD0 — rgb(236, 236, 208)
Tritanopia (Blue-blind)
#EAD6D8 — rgb(234, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 57%, 85%);
text
color: hsl(66, 57%, 85%);
border
border: 2px solid hsl(66, 57%, 85%);
gradient light
background: linear-gradient(to right, hsl(66, 57%, 100%), hsl(66, 57%, 85%));
gradient dark
background: linear-gradient(to right, hsl(66, 57%, 85%), hsl(66, 57%, 65%))
hex
background-color: #EAEFC3;
tailwind
bg-[hsl(66,57%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 57%, 85%, 0.4);
css variable
--color-primary: hsl(66, 57%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 57%, 85%)?
HEX: #EAEFC3 | RGB: rgb(234, 239, 195) | CMYK: 2%, 0%, 18%, 6% | HSV: 67°, 18%, 94%. Copy any format from the conversion table above.
What colors go well with #EAEFC3?
The complementary color is HSL(246, 57%, 85%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 57%, 85%) in CSS?
As HSL: color: hsl(66, 57%, 85%); — As HEX: color: #EAEFC3; — As RGB: color: rgb(234, 239, 195); — Tailwind CSS: bg-[hsl(66,57%,85%)] — CSS variable: --color-primary: hsl(66, 57%, 85%);