HSL(148, 49%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,49%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 49%, 74%) | color: hsl(148, 49%, 74%) | |
| HEX | #9CDDBB | color: #9CDDBB | |
| RGB | rgb(156, 221, 187) | color: rgb(156, 221, 187) | |
| CMYK | cmyk(29%, 0%, 15%, 13%) | — | |
| HSV | hsv(149, 29%, 87%) | — | |
| HWB | hwb(149 62% 13%) | color: hwb(149 62% 13%) | |
| OKLCH | oklch(0.8444 0.0814 161.19) | color: oklch(0.8444 0.0814 161.19) | |
| Lab | lab(83.11 -27.55 10.17) | color: lab(83.11 -27.55 10.17) | |
| LCH | lch(83.11 29.37 159.74) | color: lch(83.11 29.37 159.74) |
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)
#B8B9C3 — rgb(184, 185, 195)
Deuteranopia (Green-blind)
#B4B0C5 — rgb(180, 176, 197)
Tritanopia (Blue-blind)
#9FCACB — rgb(159, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 49%, 74%);
text
color: hsl(148, 49%, 74%);
border
border: 2px solid hsl(148, 49%, 74%);
gradient light
background: linear-gradient(to right, hsl(148, 49%, 94%), hsl(148, 49%, 74%));
gradient dark
background: linear-gradient(to right, hsl(148, 49%, 74%), hsl(148, 49%, 54%))
hex
background-color: #9CDDBB;
tailwind
bg-[hsl(148,49%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 49%, 74%, 0.4);
css variable
--color-primary: hsl(148, 49%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 49%, 74%)?
HEX: #9CDDBB | RGB: rgb(156, 221, 187) | CMYK: 29%, 0%, 15%, 13% | HSV: 149°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #9CDDBB?
The complementary color is HSL(328, 49%, 74%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 49%, 74%) in CSS?
As HSL: color: hsl(148, 49%, 74%); — As HEX: color: #9CDDBB; — As RGB: color: rgb(156, 221, 187); — Tailwind CSS: bg-[hsl(148,49%,74%)] — CSS variable: --color-primary: hsl(148, 49%, 74%);