HSL(108, 41%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,41%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 41%, 53%) | color: hsl(108, 41%, 53%) | |
| HEX | #6AB856 | color: #6AB856 | |
| RGB | rgb(106, 184, 86) | color: rgb(106, 184, 86) | |
| CMYK | cmyk(42%, 0%, 53%, 28%) | — | |
| HSV | hsv(108, 53%, 72%) | — | |
| HWB | hwb(108 34% 28%) | color: hwb(108 34% 28%) | |
| OKLCH | oklch(0.7098 0.1544 139.54) | color: oklch(0.7098 0.1544 139.54) | |
| Lab | lab(68.03 -42.86 41.97) | color: lab(68.03 -42.86 41.97) | |
| LCH | lch(68.03 59.99 135.6) | color: lch(68.03 59.99 135.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)
#8C8C6E — rgb(140, 140, 110)
Deuteranopia (Green-blind)
#878173 — rgb(135, 129, 115)
Tritanopia (Blue-blind)
#6E8085 — rgb(110, 128, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 41%, 53%);
text
color: hsl(108, 41%, 53%);
border
border: 2px solid hsl(108, 41%, 53%);
gradient light
background: linear-gradient(to right, hsl(108, 41%, 73%), hsl(108, 41%, 53%));
gradient dark
background: linear-gradient(to right, hsl(108, 41%, 53%), hsl(108, 41%, 33%))
hex
background-color: #6AB856;
tailwind
bg-[hsl(108,41%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 41%, 53%, 0.4);
css variable
--color-primary: hsl(108, 41%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 41%, 53%)?
HEX: #6AB856 | RGB: rgb(106, 184, 86) | CMYK: 42%, 0%, 53%, 28% | HSV: 108°, 53%, 72%. Copy any format from the conversion table above.
What colors go well with #6AB856?
The complementary color is HSL(288, 41%, 53%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 41%, 53%) in CSS?
As HSL: color: hsl(108, 41%, 53%); — As HEX: color: #6AB856; — As RGB: color: rgb(106, 184, 86); — Tailwind CSS: bg-[hsl(108,41%,53%)] — CSS variable: --color-primary: hsl(108, 41%, 53%);