HSL(102, 36%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,36%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 36%, 85%) | color: hsl(102, 36%, 85%) | |
| HEX | #D3E7CB | color: #D3E7CB | |
| RGB | rgb(211, 231, 203) | color: rgb(211, 231, 203) | |
| CMYK | cmyk(9%, 0%, 12%, 9%) | — | |
| HSV | hsv(103, 12%, 91%) | — | |
| HWB | hwb(103 80% 9%) | color: hwb(103 80% 9%) | |
| OKLCH | oklch(0.9056 0.0431 136.68) | color: oklch(0.9056 0.0431 136.68) | |
| Lab | lab(89.54 -11.66 11.4) | color: lab(89.54 -11.66 11.4) | |
| LCH | lch(89.54 16.31 135.65) | color: lch(89.54 16.31 135.65) |
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)
#DCDCD2 — rgb(220, 220, 210)
Deuteranopia (Green-blind)
#DBD9D3 — rgb(219, 217, 211)
Tritanopia (Blue-blind)
#D4D7D8 — rgb(212, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 36%, 85%);
text
color: hsl(102, 36%, 85%);
border
border: 2px solid hsl(102, 36%, 85%);
gradient light
background: linear-gradient(to right, hsl(102, 36%, 100%), hsl(102, 36%, 85%));
gradient dark
background: linear-gradient(to right, hsl(102, 36%, 85%), hsl(102, 36%, 65%))
hex
background-color: #D3E7CB;
tailwind
bg-[hsl(102,36%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 36%, 85%, 0.4);
css variable
--color-primary: hsl(102, 36%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 36%, 85%)?
HEX: #D3E7CB | RGB: rgb(211, 231, 203) | CMYK: 9%, 0%, 12%, 9% | HSV: 103°, 12%, 91%. Copy any format from the conversion table above.
What colors go well with #D3E7CB?
The complementary color is HSL(282, 36%, 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, 36%, 85%) in CSS?
As HSL: color: hsl(102, 36%, 85%); — As HEX: color: #D3E7CB; — As RGB: color: rgb(211, 231, 203); — Tailwind CSS: bg-[hsl(102,36%,85%)] — CSS variable: --color-primary: hsl(102, 36%, 85%);