HSL(102, 56%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,56%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 56%, 85%) | color: hsl(102, 56%, 85%) | |
| HEX | #D0EEC3 | color: #D0EEC3 | |
| RGB | rgb(208, 238, 195) | color: rgb(208, 238, 195) | |
| CMYK | cmyk(13%, 0%, 18%, 7%) | — | |
| HSV | hsv(102, 18%, 93%) | — | |
| HWB | hwb(102 76% 7%) | color: hwb(102 76% 7%) | |
| OKLCH | oklch(0.9162 0.0654 136.22) | color: oklch(0.9162 0.0654 136.22) | |
| Lab | lab(91.01 -17.5 17.6) | color: lab(91.01 -17.5 17.6) | |
| LCH | lch(91.01 24.82 134.84) | color: lch(91.01 24.82 134.84) |
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)
#DDDDCD — rgb(221, 221, 205)
Deuteranopia (Green-blind)
#DBD9D0 — rgb(219, 217, 208)
Tritanopia (Blue-blind)
#D2D6D7 — rgb(210, 214, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 56%, 85%);
text
color: hsl(102, 56%, 85%);
border
border: 2px solid hsl(102, 56%, 85%);
gradient light
background: linear-gradient(to right, hsl(102, 56%, 100%), hsl(102, 56%, 85%));
gradient dark
background: linear-gradient(to right, hsl(102, 56%, 85%), hsl(102, 56%, 65%))
hex
background-color: #D0EEC3;
tailwind
bg-[hsl(102,56%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 56%, 85%, 0.4);
css variable
--color-primary: hsl(102, 56%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 56%, 85%)?
HEX: #D0EEC3 | RGB: rgb(208, 238, 195) | CMYK: 13%, 0%, 18%, 7% | HSV: 102°, 18%, 93%. Copy any format from the conversion table above.
What colors go well with #D0EEC3?
The complementary color is HSL(282, 56%, 85%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 56%, 85%) in CSS?
As HSL: color: hsl(102, 56%, 85%); — As HEX: color: #D0EEC3; — As RGB: color: rgb(208, 238, 195); — Tailwind CSS: bg-[hsl(102,56%,85%)] — CSS variable: --color-primary: hsl(102, 56%, 85%);