HSL(86, 30%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,30%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 30%, 26%) | color: hsl(86, 30%, 26%) | |
| HEX | #45562E | color: #45562E | |
| RGB | rgb(69, 86, 46) | color: rgb(69, 86, 46) | |
| CMYK | cmyk(20%, 0%, 47%, 66%) | — | |
| HSV | hsv(86, 47%, 34%) | — | |
| HWB | hwb(86 18% 66%) | color: hwb(86 18% 66%) | |
| OKLCH | oklch(0.428 0.065 127.73) | color: oklch(0.428 0.065 127.73) | |
| Lab | lab(34.23 -14.41 21.12) | color: lab(34.23 -14.41 21.12) | |
| LCH | lch(34.23 25.57 124.31) | color: lch(34.23 25.57 124.31) |
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)
#4C4D38 — rgb(76, 77, 56)
Deuteranopia (Green-blind)
#4B4A3A — rgb(75, 74, 58)
Tritanopia (Blue-blind)
#463F41 — rgb(70, 63, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 30%, 26%);
text
color: hsl(86, 30%, 26%);
border
border: 2px solid hsl(86, 30%, 26%);
gradient light
background: linear-gradient(to right, hsl(86, 30%, 46%), hsl(86, 30%, 26%));
gradient dark
background: linear-gradient(to right, hsl(86, 30%, 26%), hsl(86, 30%, 6%))
hex
background-color: #45562E;
tailwind
bg-[hsl(86,30%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 30%, 26%, 0.4);
css variable
--color-primary: hsl(86, 30%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 30%, 26%)?
HEX: #45562E | RGB: rgb(69, 86, 46) | CMYK: 20%, 0%, 47%, 66% | HSV: 86°, 47%, 34%. Copy any format from the conversion table above.
What colors go well with #45562E?
The complementary color is HSL(266, 30%, 26%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 30%, 26%) in CSS?
As HSL: color: hsl(86, 30%, 26%); — As HEX: color: #45562E; — As RGB: color: rgb(69, 86, 46); — Tailwind CSS: bg-[hsl(86,30%,26%)] — CSS variable: --color-primary: hsl(86, 30%, 26%);