HSL(145, 32%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,32%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 32%, 71%) | color: hsl(145, 32%, 71%) | |
| HEX | #9DCDB1 | color: #9DCDB1 | |
| RGB | rgb(157, 205, 177) | color: rgb(157, 205, 177) | |
| CMYK | cmyk(23%, 0%, 14%, 20%) | — | |
| HSV | hsv(145, 23%, 80%) | — | |
| HWB | hwb(145 62% 20%) | color: hwb(145 62% 20%) | |
| OKLCH | oklch(0.8066 0.064 158.98) | color: oklch(0.8066 0.064 158.98) | |
| Lab | lab(78.46 -21.35 8.87) | color: lab(78.46 -21.35 8.87) | |
| LCH | lch(78.46 23.12 157.44) | color: lch(78.46 23.12 157.44) |
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)
#B2B2B8 — rgb(178, 178, 184)
Deuteranopia (Green-blind)
#AFABB9 — rgb(175, 171, 185)
Tritanopia (Blue-blind)
#9FBDBE — rgb(159, 189, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 32%, 71%);
text
color: hsl(145, 32%, 71%);
border
border: 2px solid hsl(145, 32%, 71%);
gradient light
background: linear-gradient(to right, hsl(145, 32%, 91%), hsl(145, 32%, 71%));
gradient dark
background: linear-gradient(to right, hsl(145, 32%, 71%), hsl(145, 32%, 51%))
hex
background-color: #9DCDB1;
tailwind
bg-[hsl(145,32%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 32%, 71%, 0.4);
css variable
--color-primary: hsl(145, 32%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 32%, 71%)?
HEX: #9DCDB1 | RGB: rgb(157, 205, 177) | CMYK: 23%, 0%, 14%, 20% | HSV: 145°, 23%, 80%. Copy any format from the conversion table above.
What colors go well with #9DCDB1?
The complementary color is HSL(325, 32%, 71%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 32%, 71%) in CSS?
As HSL: color: hsl(145, 32%, 71%); — As HEX: color: #9DCDB1; — As RGB: color: rgb(157, 205, 177); — Tailwind CSS: bg-[hsl(145,32%,71%)] — CSS variable: --color-primary: hsl(145, 32%, 71%);