HSL(149, 32%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,32%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 32%, 71%) | color: hsl(149, 32%, 71%) | |
| HEX | #9DCDB4 | color: #9DCDB4 | |
| RGB | rgb(157, 205, 180) | color: rgb(157, 205, 180) | |
| CMYK | cmyk(23%, 0%, 12%, 20%) | — | |
| HSV | hsv(149, 23%, 80%) | — | |
| HWB | hwb(149 62% 20%) | color: hwb(149 62% 20%) | |
| OKLCH | oklch(0.8074 0.0615 161.94) | color: oklch(0.8074 0.0615 161.94) | |
| Lab | lab(78.53 -20.77 7.36) | color: lab(78.53 -20.77 7.36) | |
| LCH | lch(78.53 22.04 160.49) | color: lch(78.53 22.04 160.49) |
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)
#B2B2BA — rgb(178, 178, 186)
Deuteranopia (Green-blind)
#AFABBC — rgb(175, 171, 188)
Tritanopia (Blue-blind)
#9FBFC0 — rgb(159, 191, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 32%, 71%);
text
color: hsl(149, 32%, 71%);
border
border: 2px solid hsl(149, 32%, 71%);
gradient light
background: linear-gradient(to right, hsl(149, 32%, 91%), hsl(149, 32%, 71%));
gradient dark
background: linear-gradient(to right, hsl(149, 32%, 71%), hsl(149, 32%, 51%))
hex
background-color: #9DCDB4;
tailwind
bg-[hsl(149,32%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 32%, 71%, 0.4);
css variable
--color-primary: hsl(149, 32%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 32%, 71%)?
HEX: #9DCDB4 | RGB: rgb(157, 205, 180) | CMYK: 23%, 0%, 12%, 20% | HSV: 149°, 23%, 80%. Copy any format from the conversion table above.
What colors go well with #9DCDB4?
The complementary color is HSL(329, 32%, 71%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(149, 32%, 71%) in CSS?
As HSL: color: hsl(149, 32%, 71%); — As HEX: color: #9DCDB4; — As RGB: color: rgb(157, 205, 180); — Tailwind CSS: bg-[hsl(149,32%,71%)] — CSS variable: --color-primary: hsl(149, 32%, 71%);