HSL(96, 79%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,79%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 79%, 85%) | color: hsl(96, 79%, 85%) | |
| HEX | #D3F7BB | color: #D3F7BB | |
| RGB | rgb(211, 247, 187) | color: rgb(211, 247, 187) | |
| CMYK | cmyk(15%, 0%, 24%, 3%) | — | |
| HSV | hsv(96, 24%, 97%) | — | |
| HWB | hwb(96 74% 3%) | color: hwb(96 74% 3%) | |
| OKLCH | oklch(0.9355 0.0874 133.11) | color: oklch(0.9355 0.0874 133.11) | |
| Lab | lab(93.43 -22.12 25.1) | color: lab(93.43 -22.12 25.1) | |
| LCH | lch(93.43 33.46 131.39) | color: lch(93.43 33.46 131.39) |
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)
#E3E3CA — rgb(227, 227, 202)
Deuteranopia (Green-blind)
#E1DECD — rgb(225, 222, 205)
Tritanopia (Blue-blind)
#D5D5D8 — rgb(213, 213, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 79%, 85%);
text
color: hsl(96, 79%, 85%);
border
border: 2px solid hsl(96, 79%, 85%);
gradient light
background: linear-gradient(to right, hsl(96, 79%, 100%), hsl(96, 79%, 85%));
gradient dark
background: linear-gradient(to right, hsl(96, 79%, 85%), hsl(96, 79%, 65%))
hex
background-color: #D3F7BB;
tailwind
bg-[hsl(96,79%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 79%, 85%, 0.4);
css variable
--color-primary: hsl(96, 79%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 79%, 85%)?
HEX: #D3F7BB | RGB: rgb(211, 247, 187) | CMYK: 15%, 0%, 24%, 3% | HSV: 96°, 24%, 97%. Copy any format from the conversion table above.
What colors go well with #D3F7BB?
The complementary color is HSL(276, 79%, 85%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 79%, 85%) in CSS?
As HSL: color: hsl(96, 79%, 85%); — As HEX: color: #D3F7BB; — As RGB: color: rgb(211, 247, 187); — Tailwind CSS: bg-[hsl(96,79%,85%)] — CSS variable: --color-primary: hsl(96, 79%, 85%);