HSL(83, 55%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,55%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 55%, 85%) | color: hsl(83, 55%, 85%) | |
| HEX | #DEEEC4 | color: #DEEEC4 | |
| RGB | rgb(222, 238, 196) | color: rgb(222, 238, 196) | |
| CMYK | cmyk(7%, 0%, 18%, 7%) | — | |
| HSV | hsv(83, 18%, 93%) | — | |
| HWB | hwb(83 76% 7%) | color: hwb(83 76% 7%) | |
| OKLCH | oklch(0.9264 0.058 124.49) | color: oklch(0.9264 0.058 124.49) | |
| Lab | lab(91.98 -12.49 18.59) | color: lab(91.98 -12.49 18.59) | |
| LCH | lch(91.98 22.4 123.9) | color: lch(91.98 22.4 123.9) |
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)
#E5E5CE — rgb(229, 229, 206)
Deuteranopia (Green-blind)
#E4E3D1 — rgb(228, 227, 209)
Tritanopia (Blue-blind)
#DFD6D8 — rgb(223, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 55%, 85%);
text
color: hsl(83, 55%, 85%);
border
border: 2px solid hsl(83, 55%, 85%);
gradient light
background: linear-gradient(to right, hsl(83, 55%, 100%), hsl(83, 55%, 85%));
gradient dark
background: linear-gradient(to right, hsl(83, 55%, 85%), hsl(83, 55%, 65%))
hex
background-color: #DEEEC4;
tailwind
bg-[hsl(83,55%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 55%, 85%, 0.4);
css variable
--color-primary: hsl(83, 55%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 55%, 85%)?
HEX: #DEEEC4 | RGB: rgb(222, 238, 196) | CMYK: 7%, 0%, 18%, 7% | HSV: 83°, 18%, 93%. Copy any format from the conversion table above.
What colors go well with #DEEEC4?
The complementary color is HSL(263, 55%, 85%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 55%, 85%) in CSS?
As HSL: color: hsl(83, 55%, 85%); — As HEX: color: #DEEEC4; — As RGB: color: rgb(222, 238, 196); — Tailwind CSS: bg-[hsl(83,55%,85%)] — CSS variable: --color-primary: hsl(83, 55%, 85%);