HSL(97, 48%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,48%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 48%, 85%) | color: hsl(97, 48%, 85%) | |
| HEX | #D4EBC6 | color: #D4EBC6 | |
| RGB | rgb(212, 235, 198) | color: rgb(212, 235, 198) | |
| CMYK | cmyk(10%, 0%, 16%, 8%) | — | |
| HSV | hsv(97, 16%, 92%) | — | |
| HWB | hwb(97 77% 8%) | color: hwb(97 77% 8%) | |
| OKLCH | oklch(0.9134 0.055 133.59) | color: oklch(0.9134 0.055 133.59) | |
| Lab | lab(90.55 -14.15 15.44) | color: lab(90.55 -14.15 15.44) | |
| LCH | lch(90.55 20.94 132.5) | color: lch(90.55 20.94 132.5) |
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)
#DEDECF — rgb(222, 222, 207)
Deuteranopia (Green-blind)
#DDDBD1 — rgb(221, 219, 209)
Tritanopia (Blue-blind)
#D5D6D8 — rgb(213, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 48%, 85%);
text
color: hsl(97, 48%, 85%);
border
border: 2px solid hsl(97, 48%, 85%);
gradient light
background: linear-gradient(to right, hsl(97, 48%, 100%), hsl(97, 48%, 85%));
gradient dark
background: linear-gradient(to right, hsl(97, 48%, 85%), hsl(97, 48%, 65%))
hex
background-color: #D4EBC6;
tailwind
bg-[hsl(97,48%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 48%, 85%, 0.4);
css variable
--color-primary: hsl(97, 48%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 48%, 85%)?
HEX: #D4EBC6 | RGB: rgb(212, 235, 198) | CMYK: 10%, 0%, 16%, 8% | HSV: 97°, 16%, 92%. Copy any format from the conversion table above.
What colors go well with #D4EBC6?
The complementary color is HSL(277, 48%, 85%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 48%, 85%) in CSS?
As HSL: color: hsl(97, 48%, 85%); — As HEX: color: #D4EBC6; — As RGB: color: rgb(212, 235, 198); — Tailwind CSS: bg-[hsl(97,48%,85%)] — CSS variable: --color-primary: hsl(97, 48%, 85%);