HSL(86, 78%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,78%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 78%, 30%) | color: hsl(86, 78%, 30%) | |
| HEX | #548811 | color: #548811 | |
| RGB | rgb(84, 136, 17) | color: rgb(84, 136, 17) | |
| CMYK | cmyk(38%, 0%, 88%, 47%) | — | |
| HSV | hsv(86, 88%, 53%) | — | |
| HWB | hwb(86 6% 47%) | color: hwb(86 6% 47%) | |
| OKLCH | oklch(0.5684 0.1509 131.84) | color: oklch(0.5684 0.1509 131.84) | |
| Lab | lab(51.31 -35.42 51.62) | color: lab(51.31 -35.42 51.62) | |
| LCH | lch(51.31 62.6 124.46) | color: lch(51.31 62.6 124.46) |
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)
#6B6B2E — rgb(107, 107, 46)
Deuteranopia (Green-blind)
#686435 — rgb(104, 100, 53)
Tritanopia (Blue-blind)
#57454A — rgb(87, 69, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 78%, 30%);
text
color: hsl(86, 78%, 30%);
border
border: 2px solid hsl(86, 78%, 30%);
gradient light
background: linear-gradient(to right, hsl(86, 78%, 50%), hsl(86, 78%, 30%));
gradient dark
background: linear-gradient(to right, hsl(86, 78%, 30%), hsl(86, 78%, 10%))
hex
background-color: #548811;
tailwind
bg-[hsl(86,78%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 78%, 30%, 0.4);
css variable
--color-primary: hsl(86, 78%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 78%, 30%)?
HEX: #548811 | RGB: rgb(84, 136, 17) | CMYK: 38%, 0%, 88%, 47% | HSV: 86°, 88%, 53%. Copy any format from the conversion table above.
What colors go well with #548811?
The complementary color is HSL(266, 78%, 30%). 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, 78%, 30%) in CSS?
As HSL: color: hsl(86, 78%, 30%); — As HEX: color: #548811; — As RGB: color: rgb(84, 136, 17); — Tailwind CSS: bg-[hsl(86,78%,30%)] — CSS variable: --color-primary: hsl(86, 78%, 30%);