HSL(92, 60%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,60%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 60%, 83%) | color: hsl(92, 60%, 83%) | |
| HEX | #D2EEBA | color: #D2EEBA | |
| RGB | rgb(210, 238, 186) | color: rgb(210, 238, 186) | |
| CMYK | cmyk(12%, 0%, 22%, 7%) | — | |
| HSV | hsv(92, 22%, 93%) | — | |
| HWB | hwb(92 73% 7%) | color: hwb(92 73% 7%) | |
| OKLCH | oklch(0.9155 0.0749 130.83) | color: oklch(0.9155 0.0749 130.83) | |
| Lab | lab(90.96 -18.24 22.2) | color: lab(90.96 -18.24 22.2) | |
| LCH | lch(90.96 28.73 129.41) | color: lch(90.96 28.73 129.41) |
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)
#DEDEC7 — rgb(222, 222, 199)
Deuteranopia (Green-blind)
#DDDACA — rgb(221, 218, 202)
Tritanopia (Blue-blind)
#D3D1D3 — rgb(211, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 60%, 83%);
text
color: hsl(92, 60%, 83%);
border
border: 2px solid hsl(92, 60%, 83%);
gradient light
background: linear-gradient(to right, hsl(92, 60%, 100%), hsl(92, 60%, 83%));
gradient dark
background: linear-gradient(to right, hsl(92, 60%, 83%), hsl(92, 60%, 63%))
hex
background-color: #D2EEBA;
tailwind
bg-[hsl(92,60%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 60%, 83%, 0.4);
css variable
--color-primary: hsl(92, 60%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 60%, 83%)?
HEX: #D2EEBA | RGB: rgb(210, 238, 186) | CMYK: 12%, 0%, 22%, 7% | HSV: 92°, 22%, 93%. Copy any format from the conversion table above.
What colors go well with #D2EEBA?
The complementary color is HSL(272, 60%, 83%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 60%, 83%) in CSS?
As HSL: color: hsl(92, 60%, 83%); — As HEX: color: #D2EEBA; — As RGB: color: rgb(210, 238, 186); — Tailwind CSS: bg-[hsl(92,60%,83%)] — CSS variable: --color-primary: hsl(92, 60%, 83%);