HSL(123, 34%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,34%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 34%, 52%) | color: hsl(123, 34%, 52%) | |
| HEX | #5BAE5F | color: #5BAE5F | |
| RGB | rgb(91, 174, 95) | color: rgb(91, 174, 95) | |
| CMYK | cmyk(48%, 0%, 45%, 32%) | — | |
| HSV | hsv(123, 48%, 68%) | — | |
| HWB | hwb(123 35% 32%) | color: hwb(123 35% 32%) | |
| OKLCH | oklch(0.6789 0.1394 144.81) | color: oklch(0.6789 0.1394 144.81) | |
| Lab | lab(64.42 -41.92 32.85) | color: lab(64.42 -41.92 32.85) | |
| LCH | lch(64.42 53.26 141.92) | color: lch(64.42 53.26 141.92) |
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)
#7F8072 — rgb(127, 128, 114)
Deuteranopia (Green-blind)
#7A7477 — rgb(122, 116, 119)
Tritanopia (Blue-blind)
#5F8185 — rgb(95, 129, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 34%, 52%);
text
color: hsl(123, 34%, 52%);
border
border: 2px solid hsl(123, 34%, 52%);
gradient light
background: linear-gradient(to right, hsl(123, 34%, 72%), hsl(123, 34%, 52%));
gradient dark
background: linear-gradient(to right, hsl(123, 34%, 52%), hsl(123, 34%, 32%))
hex
background-color: #5BAE5F;
tailwind
bg-[hsl(123,34%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 34%, 52%, 0.4);
css variable
--color-primary: hsl(123, 34%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 34%, 52%)?
HEX: #5BAE5F | RGB: rgb(91, 174, 95) | CMYK: 48%, 0%, 45%, 32% | HSV: 123°, 48%, 68%. Copy any format from the conversion table above.
What colors go well with #5BAE5F?
The complementary color is HSL(303, 34%, 52%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 34%, 52%) in CSS?
As HSL: color: hsl(123, 34%, 52%); — As HEX: color: #5BAE5F; — As RGB: color: rgb(91, 174, 95); — Tailwind CSS: bg-[hsl(123,34%,52%)] — CSS variable: --color-primary: hsl(123, 34%, 52%);