HSL(124, 21%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,21%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 21%, 48%) | color: hsl(124, 21%, 48%) | |
| HEX | #619464 | color: #619464 | |
| RGB | rgb(97, 148, 100) | color: rgb(97, 148, 100) | |
| CMYK | cmyk(34%, 0%, 32%, 42%) | — | |
| HSV | hsv(124, 34%, 58%) | — | |
| HWB | hwb(124 38% 42%) | color: hwb(124 38% 42%) | |
| OKLCH | oklch(0.6173 0.0901 145.77) | color: oklch(0.6173 0.0901 145.77) | |
| Lab | lab(56.72 -27.3 20.13) | color: lab(56.72 -27.3 20.13) | |
| LCH | lch(56.72 33.92 143.6) | color: lch(56.72 33.92 143.6) |
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)
#777870 — rgb(119, 120, 112)
Deuteranopia (Green-blind)
#747072 — rgb(116, 112, 114)
Tritanopia (Blue-blind)
#64797B — rgb(100, 121, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 21%, 48%);
text
color: hsl(124, 21%, 48%);
border
border: 2px solid hsl(124, 21%, 48%);
gradient light
background: linear-gradient(to right, hsl(124, 21%, 68%), hsl(124, 21%, 48%));
gradient dark
background: linear-gradient(to right, hsl(124, 21%, 48%), hsl(124, 21%, 28%))
hex
background-color: #619464;
tailwind
bg-[hsl(124,21%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 21%, 48%, 0.4);
css variable
--color-primary: hsl(124, 21%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 21%, 48%)?
HEX: #619464 | RGB: rgb(97, 148, 100) | CMYK: 34%, 0%, 32%, 42% | HSV: 124°, 34%, 58%. Copy any format from the conversion table above.
What colors go well with #619464?
The complementary color is HSL(304, 21%, 48%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 21%, 48%) in CSS?
As HSL: color: hsl(124, 21%, 48%); — As HEX: color: #619464; — As RGB: color: rgb(97, 148, 100); — Tailwind CSS: bg-[hsl(124,21%,48%)] — CSS variable: --color-primary: hsl(124, 21%, 48%);