HSL(83, 38%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,38%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 38%, 85%) | color: hsl(83, 38%, 85%) | |
| HEX | #DCE7CA | color: #DCE7CA | |
| RGB | rgb(220, 231, 202) | color: rgb(220, 231, 202) | |
| CMYK | cmyk(5%, 0%, 13%, 9%) | — | |
| HSV | hsv(83, 13%, 91%) | — | |
| HWB | hwb(83 79% 9%) | color: hwb(83 79% 9%) | |
| OKLCH | oklch(0.9119 0.0403 124.14) | color: oklch(0.9119 0.0403 124.14) | |
| Lab | lab(90.15 -8.72 12.88) | color: lab(90.15 -8.72 12.88) | |
| LCH | lch(90.15 15.55 124.1) | color: lch(90.15 15.55 124.1) |
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)
#E1E1D1 — rgb(225, 225, 209)
Deuteranopia (Green-blind)
#E0DFD3 — rgb(224, 223, 211)
Tritanopia (Blue-blind)
#DDD7D8 — rgb(221, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 38%, 85%);
text
color: hsl(83, 38%, 85%);
border
border: 2px solid hsl(83, 38%, 85%);
gradient light
background: linear-gradient(to right, hsl(83, 38%, 100%), hsl(83, 38%, 85%));
gradient dark
background: linear-gradient(to right, hsl(83, 38%, 85%), hsl(83, 38%, 65%))
hex
background-color: #DCE7CA;
tailwind
bg-[hsl(83,38%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 38%, 85%, 0.4);
css variable
--color-primary: hsl(83, 38%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 38%, 85%)?
HEX: #DCE7CA | RGB: rgb(220, 231, 202) | CMYK: 5%, 0%, 13%, 9% | HSV: 83°, 13%, 91%. Copy any format from the conversion table above.
What colors go well with #DCE7CA?
The complementary color is HSL(263, 38%, 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, 38%, 85%) in CSS?
As HSL: color: hsl(83, 38%, 85%); — As HEX: color: #DCE7CA; — As RGB: color: rgb(220, 231, 202); — Tailwind CSS: bg-[hsl(83,38%,85%)] — CSS variable: --color-primary: hsl(83, 38%, 85%);