HSL(125, 20%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,20%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 20%, 54%) | color: hsl(125, 20%, 54%) | |
| HEX | #72A176 | color: #72A176 | |
| RGB | rgb(114, 161, 118) | color: rgb(114, 161, 118) | |
| CMYK | cmyk(29%, 0%, 27%, 37%) | — | |
| HSV | hsv(125, 29%, 63%) | — | |
| HWB | hwb(125 45% 37%) | color: hwb(125 45% 37%) | |
| OKLCH | oklch(0.6634 0.0809 146.72) | color: oklch(0.6634 0.0809 146.72) | |
| Lab | lab(61.98 -24.74 17.46) | color: lab(61.98 -24.74 17.46) | |
| LCH | lch(61.98 30.28 144.79) | color: lch(61.98 30.28 144.79) |
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)
#868780 — rgb(134, 135, 128)
Deuteranopia (Green-blind)
#848083 — rgb(132, 128, 131)
Tritanopia (Blue-blind)
#74898A — rgb(116, 137, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 20%, 54%);
text
color: hsl(125, 20%, 54%);
border
border: 2px solid hsl(125, 20%, 54%);
gradient light
background: linear-gradient(to right, hsl(125, 20%, 74%), hsl(125, 20%, 54%));
gradient dark
background: linear-gradient(to right, hsl(125, 20%, 54%), hsl(125, 20%, 34%))
hex
background-color: #72A176;
tailwind
bg-[hsl(125,20%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 20%, 54%, 0.4);
css variable
--color-primary: hsl(125, 20%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 20%, 54%)?
HEX: #72A176 | RGB: rgb(114, 161, 118) | CMYK: 29%, 0%, 27%, 37% | HSV: 125°, 29%, 63%. Copy any format from the conversion table above.
What colors go well with #72A176?
The complementary color is HSL(305, 20%, 54%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 20%, 54%) in CSS?
As HSL: color: hsl(125, 20%, 54%); — As HEX: color: #72A176; — As RGB: color: rgb(114, 161, 118); — Tailwind CSS: bg-[hsl(125,20%,54%)] — CSS variable: --color-primary: hsl(125, 20%, 54%);