HSL(125, 30%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,30%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 30%, 54%) | color: hsl(125, 30%, 54%) | |
| HEX | #67AD6C | color: #67AD6C | |
| RGB | rgb(103, 173, 108) | color: rgb(103, 173, 108) | |
| CMYK | cmyk(40%, 0%, 38%, 32%) | — | |
| HSV | hsv(124, 40%, 68%) | — | |
| HWB | hwb(124 41% 32%) | color: hwb(124 41% 32%) | |
| OKLCH | oklch(0.6845 0.1179 145.74) | color: oklch(0.6845 0.1179 145.74) | |
| Lab | lab(64.84 -35.8 26.67) | color: lab(64.84 -35.8 26.67) | |
| LCH | lch(64.84 44.64 143.31) | color: lch(64.84 44.64 143.31) |
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)
#85867C — rgb(133, 134, 124)
Deuteranopia (Green-blind)
#817C80 — rgb(129, 124, 128)
Tritanopia (Blue-blind)
#6B888B — rgb(107, 136, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 30%, 54%);
text
color: hsl(125, 30%, 54%);
border
border: 2px solid hsl(125, 30%, 54%);
gradient light
background: linear-gradient(to right, hsl(125, 30%, 74%), hsl(125, 30%, 54%));
gradient dark
background: linear-gradient(to right, hsl(125, 30%, 54%), hsl(125, 30%, 34%))
hex
background-color: #67AD6C;
tailwind
bg-[hsl(125,30%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 30%, 54%, 0.4);
css variable
--color-primary: hsl(125, 30%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 30%, 54%)?
HEX: #67AD6C | RGB: rgb(103, 173, 108) | CMYK: 40%, 0%, 38%, 32% | HSV: 124°, 40%, 68%. Copy any format from the conversion table above.
What colors go well with #67AD6C?
The complementary color is HSL(305, 30%, 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, 30%, 54%) in CSS?
As HSL: color: hsl(125, 30%, 54%); — As HEX: color: #67AD6C; — As RGB: color: rgb(103, 173, 108); — Tailwind CSS: bg-[hsl(125,30%,54%)] — CSS variable: --color-primary: hsl(125, 30%, 54%);