HSL(148, 17%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(148,17%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 17%, 72%) | color: hsl(148, 17%, 72%) | |
| HEX | #ABC4B7 | color: #ABC4B7 | |
| RGB | rgb(171, 196, 183) | color: rgb(171, 196, 183) | |
| CMYK | cmyk(13%, 0%, 7%, 23%) | — | |
| HSV | hsv(149, 13%, 77%) | — | |
| HWB | hwb(149 67% 23%) | color: hwb(149 67% 23%) | |
| OKLCH | oklch(0.7978 0.0327 163.02) | color: oklch(0.7978 0.0327 163.02) | |
| Lab | lab(77.01 -11 3.67) | color: lab(77.01 -11 3.67) | |
| LCH | lch(77.01 11.6 161.55) | color: lch(77.01 11.6 161.55) |
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)
#B6B6BA — rgb(182, 182, 186)
Deuteranopia (Green-blind)
#B4B3BB — rgb(180, 179, 187)
Tritanopia (Blue-blind)
#ACBDBD — rgb(172, 189, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 17%, 72%);
text
color: hsl(148, 17%, 72%);
border
border: 2px solid hsl(148, 17%, 72%);
gradient light
background: linear-gradient(to right, hsl(148, 17%, 92%), hsl(148, 17%, 72%));
gradient dark
background: linear-gradient(to right, hsl(148, 17%, 72%), hsl(148, 17%, 52%))
hex
background-color: #ABC4B7;
tailwind
bg-[hsl(148,17%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 17%, 72%, 0.4);
css variable
--color-primary: hsl(148, 17%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 17%, 72%)?
HEX: #ABC4B7 | RGB: rgb(171, 196, 183) | CMYK: 13%, 0%, 7%, 23% | HSV: 149°, 13%, 77%. Copy any format from the conversion table above.
What colors go well with #ABC4B7?
The complementary color is HSL(328, 17%, 72%). 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, 17%, 72%) in CSS?
As HSL: color: hsl(148, 17%, 72%); — As HEX: color: #ABC4B7; — As RGB: color: rgb(171, 196, 183); — Tailwind CSS: bg-[hsl(148,17%,72%)] — CSS variable: --color-primary: hsl(148, 17%, 72%);