HSL(72, 81%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,81%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 81%, 85%) | color: hsl(72, 81%, 85%) | |
| HEX | #EBF8BA | color: #EBF8BA | |
| RGB | rgb(235, 248, 186) | color: rgb(235, 248, 186) | |
| CMYK | cmyk(5%, 0%, 25%, 3%) | — | |
| HSV | hsv(73, 25%, 97%) | — | |
| HWB | hwb(73 73% 3%) | color: hwb(73 73% 3%) | |
| OKLCH | oklch(0.9544 0.0811 117.58) | color: oklch(0.9544 0.0811 117.58) | |
| Lab | lab(95.3 -14.28 28.43) | color: lab(95.3 -14.28 28.43) | |
| LCH | lch(95.3 31.81 116.67) | color: lch(95.3 31.81 116.67) |
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)
#F1F1C9 — rgb(241, 241, 201)
Deuteranopia (Green-blind)
#F0EFCD — rgb(240, 239, 205)
Tritanopia (Blue-blind)
#ECD5D7 — rgb(236, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 81%, 85%);
text
color: hsl(72, 81%, 85%);
border
border: 2px solid hsl(72, 81%, 85%);
gradient light
background: linear-gradient(to right, hsl(72, 81%, 100%), hsl(72, 81%, 85%));
gradient dark
background: linear-gradient(to right, hsl(72, 81%, 85%), hsl(72, 81%, 65%))
hex
background-color: #EBF8BA;
tailwind
bg-[hsl(72,81%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 81%, 85%, 0.4);
css variable
--color-primary: hsl(72, 81%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 81%, 85%)?
HEX: #EBF8BA | RGB: rgb(235, 248, 186) | CMYK: 5%, 0%, 25%, 3% | HSV: 73°, 25%, 97%. Copy any format from the conversion table above.
What colors go well with #EBF8BA?
The complementary color is HSL(252, 81%, 85%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 81%, 85%) in CSS?
As HSL: color: hsl(72, 81%, 85%); — As HEX: color: #EBF8BA; — As RGB: color: rgb(235, 248, 186); — Tailwind CSS: bg-[hsl(72,81%,85%)] — CSS variable: --color-primary: hsl(72, 81%, 85%);