HSL(95, 84%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,84%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 84%, 85%) | color: hsl(95, 84%, 85%) | |
| HEX | #D3F9B9 | color: #D3F9B9 | |
| RGB | rgb(211, 249, 185) | color: rgb(211, 249, 185) | |
| CMYK | cmyk(15%, 0%, 26%, 2%) | — | |
| HSV | hsv(96, 26%, 98%) | — | |
| HWB | hwb(96 73% 2%) | color: hwb(96 73% 2%) | |
| OKLCH | oklch(0.9393 0.0928 132.95) | color: oklch(0.9393 0.0928 132.95) | |
| Lab | lab(93.93 -23.38 26.8) | color: lab(93.93 -23.38 26.8) | |
| LCH | lch(93.93 35.56 131.1) | color: lch(93.93 35.56 131.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)
#E3E4C8 — rgb(227, 228, 200)
Deuteranopia (Green-blind)
#E1DECC — rgb(225, 222, 204)
Tritanopia (Blue-blind)
#D5D5D7 — rgb(213, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 84%, 85%);
text
color: hsl(95, 84%, 85%);
border
border: 2px solid hsl(95, 84%, 85%);
gradient light
background: linear-gradient(to right, hsl(95, 84%, 100%), hsl(95, 84%, 85%));
gradient dark
background: linear-gradient(to right, hsl(95, 84%, 85%), hsl(95, 84%, 65%))
hex
background-color: #D3F9B9;
tailwind
bg-[hsl(95,84%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 84%, 85%, 0.4);
css variable
--color-primary: hsl(95, 84%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 84%, 85%)?
HEX: #D3F9B9 | RGB: rgb(211, 249, 185) | CMYK: 15%, 0%, 26%, 2% | HSV: 96°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #D3F9B9?
The complementary color is HSL(275, 84%, 85%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 84%, 85%) in CSS?
As HSL: color: hsl(95, 84%, 85%); — As HEX: color: #D3F9B9; — As RGB: color: rgb(211, 249, 185); — Tailwind CSS: bg-[hsl(95,84%,85%)] — CSS variable: --color-primary: hsl(95, 84%, 85%);