HSL(88, 24%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,24%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 24%, 20%) | color: hsl(88, 24%, 20%) | |
| HEX | #343F27 | color: #343F27 | |
| RGB | rgb(52, 63, 39) | color: rgb(52, 63, 39) | |
| CMYK | cmyk(17%, 0%, 38%, 75%) | — | |
| HSV | hsv(88, 38%, 25%) | — | |
| HWB | hwb(88 16% 75%) | color: hwb(88 16% 75%) | |
| OKLCH | oklch(0.3505 0.0422 128.42) | color: oklch(0.3505 0.0422 128.42) | |
| Lab | lab(25.05 -9.65 13.28) | color: lab(25.05 -9.65 13.28) | |
| LCH | lch(25.05 16.42 126) | color: lch(25.05 16.42 126) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#39392D — rgb(57, 57, 45)
Deuteranopia (Green-blind)
#38372E — rgb(56, 55, 46)
Tritanopia (Blue-blind)
#353132 — rgb(53, 49, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 24%, 20%);
text
color: hsl(88, 24%, 20%);
border
border: 2px solid hsl(88, 24%, 20%);
gradient light
background: linear-gradient(to right, hsl(88, 24%, 40%), hsl(88, 24%, 20%));
gradient dark
background: linear-gradient(to right, hsl(88, 24%, 20%), hsl(88, 24%, 0%))
hex
background-color: #343F27;
tailwind
bg-[hsl(88,24%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 24%, 20%, 0.4);
css variable
--color-primary: hsl(88, 24%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 24%, 20%)?
HEX: #343F27 | RGB: rgb(52, 63, 39) | CMYK: 17%, 0%, 38%, 75% | HSV: 88°, 38%, 25%. Copy any format from the conversion table above.
What colors go well with #343F27?
The complementary color is HSL(268, 24%, 20%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 24%, 20%) in CSS?
As HSL: color: hsl(88, 24%, 20%); — As HEX: color: #343F27; — As RGB: color: rgb(52, 63, 39); — Tailwind CSS: bg-[hsl(88,24%,20%)] — CSS variable: --color-primary: hsl(88, 24%, 20%);