HSL(147, 30%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,30%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 30%, 85%) | color: hsl(147, 30%, 85%) | |
| HEX | #CDE4D8 | color: #CDE4D8 | |
| RGB | rgb(205, 228, 216) | color: rgb(205, 228, 216) | |
| CMYK | cmyk(10%, 0%, 5%, 11%) | — | |
| HSV | hsv(149, 10%, 89%) | — | |
| HWB | hwb(149 80% 11%) | color: hwb(149 80% 11%) | |
| OKLCH | oklch(0.8985 0.0293 163.17) | color: oklch(0.8985 0.0293 163.17) | |
| Lab | lab(88.65 -9.85 3.26) | color: lab(88.65 -9.85 3.26) | |
| LCH | lch(88.65 10.38 161.69) | color: lch(88.65 10.38 161.69) |
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)
#D7D7DB — rgb(215, 215, 219)
Deuteranopia (Green-blind)
#D6D4DC — rgb(214, 212, 220)
Tritanopia (Blue-blind)
#CEDDDE — rgb(206, 221, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 30%, 85%);
text
color: hsl(147, 30%, 85%);
border
border: 2px solid hsl(147, 30%, 85%);
gradient light
background: linear-gradient(to right, hsl(147, 30%, 100%), hsl(147, 30%, 85%));
gradient dark
background: linear-gradient(to right, hsl(147, 30%, 85%), hsl(147, 30%, 65%))
hex
background-color: #CDE4D8;
tailwind
bg-[hsl(147,30%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 30%, 85%, 0.4);
css variable
--color-primary: hsl(147, 30%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 30%, 85%)?
HEX: #CDE4D8 | RGB: rgb(205, 228, 216) | CMYK: 10%, 0%, 5%, 11% | HSV: 149°, 10%, 89%. Copy any format from the conversion table above.
What colors go well with #CDE4D8?
The complementary color is HSL(327, 30%, 85%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 30%, 85%) in CSS?
As HSL: color: hsl(147, 30%, 85%); — As HEX: color: #CDE4D8; — As RGB: color: rgb(205, 228, 216); — Tailwind CSS: bg-[hsl(147,30%,85%)] — CSS variable: --color-primary: hsl(147, 30%, 85%);