HSL(68, 68%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,68%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 68%, 84%) | color: hsl(68, 68%, 84%) | |
| HEX | #EBF2BA | color: #EBF2BA | |
| RGB | rgb(235, 242, 186) | color: rgb(235, 242, 186) | |
| CMYK | cmyk(3%, 0%, 23%, 5%) | — | |
| HSV | hsv(68, 23%, 95%) | — | |
| HWB | hwb(68 73% 5%) | color: hwb(68 73% 5%) | |
| OKLCH | oklch(0.9422 0.0729 113.6) | color: oklch(0.9422 0.0729 113.6) | |
| Lab | lab(93.76 -11.32 26.32) | color: lab(93.76 -11.32 26.32) | |
| LCH | lch(93.76 28.65 113.27) | color: lch(93.76 28.65 113.27) |
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)
#EEEEC8 — rgb(238, 238, 200)
Deuteranopia (Green-blind)
#EEEDCB — rgb(238, 237, 203)
Tritanopia (Blue-blind)
#EBD2D5 — rgb(235, 210, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 68%, 84%);
text
color: hsl(68, 68%, 84%);
border
border: 2px solid hsl(68, 68%, 84%);
gradient light
background: linear-gradient(to right, hsl(68, 68%, 100%), hsl(68, 68%, 84%));
gradient dark
background: linear-gradient(to right, hsl(68, 68%, 84%), hsl(68, 68%, 64%))
hex
background-color: #EBF2BA;
tailwind
bg-[hsl(68,68%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 68%, 84%, 0.4);
css variable
--color-primary: hsl(68, 68%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 68%, 84%)?
HEX: #EBF2BA | RGB: rgb(235, 242, 186) | CMYK: 3%, 0%, 23%, 5% | HSV: 68°, 23%, 95%. Copy any format from the conversion table above.
What colors go well with #EBF2BA?
The complementary color is HSL(248, 68%, 84%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 68%, 84%) in CSS?
As HSL: color: hsl(68, 68%, 84%); — As HEX: color: #EBF2BA; — As RGB: color: rgb(235, 242, 186); — Tailwind CSS: bg-[hsl(68,68%,84%)] — CSS variable: --color-primary: hsl(68, 68%, 84%);