HSL(107, 54%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,54%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 54%, 52%) | color: hsl(107, 54%, 52%) | |
| HEX | #5FC743 | color: #5FC743 | |
| RGB | rgb(95, 199, 67) | color: rgb(95, 199, 67) | |
| CMYK | cmyk(52%, 0%, 66%, 22%) | — | |
| HSV | hsv(107, 66%, 78%) | — | |
| HWB | hwb(107 27% 22%) | color: hwb(107 27% 22%) | |
| OKLCH | oklch(0.7407 0.1951 139.67) | color: oklch(0.7407 0.1951 139.67) | |
| Lab | lab(72.02 -54.16 54.91) | color: lab(72.02 -54.16 54.91) | |
| LCH | lch(72.02 77.13 134.61) | color: lch(72.02 77.13 134.61) |
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)
#8C8D63 — rgb(140, 141, 99)
Deuteranopia (Green-blind)
#867E6B — rgb(134, 126, 107)
Tritanopia (Blue-blind)
#647C82 — rgb(100, 124, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 54%, 52%);
text
color: hsl(107, 54%, 52%);
border
border: 2px solid hsl(107, 54%, 52%);
gradient light
background: linear-gradient(to right, hsl(107, 54%, 72%), hsl(107, 54%, 52%));
gradient dark
background: linear-gradient(to right, hsl(107, 54%, 52%), hsl(107, 54%, 32%))
hex
background-color: #5FC743;
tailwind
bg-[hsl(107,54%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 54%, 52%, 0.4);
css variable
--color-primary: hsl(107, 54%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 54%, 52%)?
HEX: #5FC743 | RGB: rgb(95, 199, 67) | CMYK: 52%, 0%, 66%, 22% | HSV: 107°, 66%, 78%. Copy any format from the conversion table above.
What colors go well with #5FC743?
The complementary color is HSL(287, 54%, 52%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 54%, 52%) in CSS?
As HSL: color: hsl(107, 54%, 52%); — As HEX: color: #5FC743; — As RGB: color: rgb(95, 199, 67); — Tailwind CSS: bg-[hsl(107,54%,52%)] — CSS variable: --color-primary: hsl(107, 54%, 52%);