HSL(86, 48%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,48%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 48%, 85%) | color: hsl(86, 48%, 85%) | |
| HEX | #DBEBC6 | color: #DBEBC6 | |
| RGB | rgb(219, 235, 198) | color: rgb(219, 235, 198) | |
| CMYK | cmyk(7%, 0%, 16%, 8%) | — | |
| HSV | hsv(86, 16%, 92%) | — | |
| HWB | hwb(86 77% 8%) | color: hwb(86 77% 8%) | |
| OKLCH | oklch(0.9185 0.0519 126.48) | color: oklch(0.9185 0.0519 126.48) | |
| Lab | lab(91.03 -11.73 16.19) | color: lab(91.03 -11.73 16.19) | |
| LCH | lch(91.03 19.99 125.92) | color: lch(91.03 19.99 125.92) |
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)
#E2E2CF — rgb(226, 226, 207)
Deuteranopia (Green-blind)
#E1E0D1 — rgb(225, 224, 209)
Tritanopia (Blue-blind)
#DCD6D8 — rgb(220, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 48%, 85%);
text
color: hsl(86, 48%, 85%);
border
border: 2px solid hsl(86, 48%, 85%);
gradient light
background: linear-gradient(to right, hsl(86, 48%, 100%), hsl(86, 48%, 85%));
gradient dark
background: linear-gradient(to right, hsl(86, 48%, 85%), hsl(86, 48%, 65%))
hex
background-color: #DBEBC6;
tailwind
bg-[hsl(86,48%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 48%, 85%, 0.4);
css variable
--color-primary: hsl(86, 48%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 48%, 85%)?
HEX: #DBEBC6 | RGB: rgb(219, 235, 198) | CMYK: 7%, 0%, 16%, 8% | HSV: 86°, 16%, 92%. Copy any format from the conversion table above.
What colors go well with #DBEBC6?
The complementary color is HSL(266, 48%, 85%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 48%, 85%) in CSS?
As HSL: color: hsl(86, 48%, 85%); — As HEX: color: #DBEBC6; — As RGB: color: rgb(219, 235, 198); — Tailwind CSS: bg-[hsl(86,48%,85%)] — CSS variable: --color-primary: hsl(86, 48%, 85%);