HSL(81, 85%, 21%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,85%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 85%, 21%) | color: hsl(81, 85%, 21%) | |
| HEX | #436308 | color: #436308 | |
| RGB | rgb(67, 99, 8) | color: rgb(67, 99, 8) | |
| CMYK | cmyk(32%, 0%, 92%, 61%) | — | |
| HSV | hsv(81, 92%, 39%) | — | |
| HWB | hwb(81 3% 61%) | color: hwb(81 3% 61%) | |
| OKLCH | oklch(0.4577 0.1167 128.71) | color: oklch(0.4577 0.1167 128.71) | |
| Lab | lab(38.08 -25.34 42.05) | color: lab(38.08 -25.34 42.05) | |
| LCH | lch(38.08 49.09 121.07) | color: lch(38.08 49.09 121.07) |
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)
#51511E — rgb(81, 81, 30)
Deuteranopia (Green-blind)
#4F4D23 — rgb(79, 77, 35)
Tritanopia (Blue-blind)
#452F33 — rgb(69, 47, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 85%, 21%);
text
color: hsl(81, 85%, 21%);
border
border: 2px solid hsl(81, 85%, 21%);
gradient light
background: linear-gradient(to right, hsl(81, 85%, 41%), hsl(81, 85%, 21%));
gradient dark
background: linear-gradient(to right, hsl(81, 85%, 21%), hsl(81, 85%, 1%))
hex
background-color: #436308;
tailwind
bg-[hsl(81,85%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 85%, 21%, 0.4);
css variable
--color-primary: hsl(81, 85%, 21%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 85%, 21%)?
HEX: #436308 | RGB: rgb(67, 99, 8) | CMYK: 32%, 0%, 92%, 61% | HSV: 81°, 92%, 39%. Copy any format from the conversion table above.
What colors go well with #436308?
The complementary color is HSL(261, 85%, 21%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 85%, 21%) in CSS?
As HSL: color: hsl(81, 85%, 21%); — As HEX: color: #436308; — As RGB: color: rgb(67, 99, 8); — Tailwind CSS: bg-[hsl(81,85%,21%)] — CSS variable: --color-primary: hsl(81, 85%, 21%);