HSL(66, 30%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,30%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 30%, 30%) | color: hsl(66, 30%, 30%) | |
| HEX | #5F6336 | color: #5F6336 | |
| RGB | rgb(95, 99, 54) | color: rgb(95, 99, 54) | |
| CMYK | cmyk(4%, 0%, 45%, 61%) | — | |
| HSV | hsv(65, 45%, 39%) | — | |
| HWB | hwb(65 21% 61%) | color: hwb(65 21% 61%) | |
| OKLCH | oklch(0.4848 0.0656 113) | color: oklch(0.4848 0.0656 113) | |
| Lab | lab(40.61 -9.18 24.98) | color: lab(40.61 -9.18 24.98) | |
| LCH | lch(40.61 26.61 110.18) | color: lch(40.61 26.61 110.18) |
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)
#616141 — rgb(97, 97, 65)
Deuteranopia (Green-blind)
#616044 — rgb(97, 96, 68)
Tritanopia (Blue-blind)
#5F494B — rgb(95, 73, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 30%, 30%);
text
color: hsl(66, 30%, 30%);
border
border: 2px solid hsl(66, 30%, 30%);
gradient light
background: linear-gradient(to right, hsl(66, 30%, 50%), hsl(66, 30%, 30%));
gradient dark
background: linear-gradient(to right, hsl(66, 30%, 30%), hsl(66, 30%, 10%))
hex
background-color: #5F6336;
tailwind
bg-[hsl(66,30%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 30%, 30%, 0.4);
css variable
--color-primary: hsl(66, 30%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 30%, 30%)?
HEX: #5F6336 | RGB: rgb(95, 99, 54) | CMYK: 4%, 0%, 45%, 61% | HSV: 65°, 45%, 39%. Copy any format from the conversion table above.
What colors go well with #5F6336?
The complementary color is HSL(246, 30%, 30%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 30%, 30%) in CSS?
As HSL: color: hsl(66, 30%, 30%); — As HEX: color: #5F6336; — As RGB: color: rgb(95, 99, 54); — Tailwind CSS: bg-[hsl(66,30%,30%)] — CSS variable: --color-primary: hsl(66, 30%, 30%);