HSL(96, 30%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,30%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 30%, 35%) | color: hsl(96, 30%, 35%) | |
| HEX | #54743E | color: #54743E | |
| RGB | rgb(84, 116, 62) | color: rgb(84, 116, 62) | |
| CMYK | cmyk(28%, 0%, 47%, 55%) | — | |
| HSV | hsv(96, 47%, 45%) | — | |
| HWB | hwb(96 24% 55%) | color: hwb(96 24% 55%) | |
| OKLCH | oklch(0.5204 0.0879 133.68) | color: oklch(0.5204 0.0879 133.68) | |
| Lab | lab(45.25 -22.06 26.14) | color: lab(45.25 -22.06 26.14) | |
| LCH | lch(45.25 34.2 130.16) | color: lch(45.25 34.2 130.16) |
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)
#62624B — rgb(98, 98, 75)
Deuteranopia (Green-blind)
#605E4E — rgb(96, 94, 78)
Tritanopia (Blue-blind)
#565558 — rgb(86, 85, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 30%, 35%);
text
color: hsl(96, 30%, 35%);
border
border: 2px solid hsl(96, 30%, 35%);
gradient light
background: linear-gradient(to right, hsl(96, 30%, 55%), hsl(96, 30%, 35%));
gradient dark
background: linear-gradient(to right, hsl(96, 30%, 35%), hsl(96, 30%, 15%))
hex
background-color: #54743E;
tailwind
bg-[hsl(96,30%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 30%, 35%, 0.4);
css variable
--color-primary: hsl(96, 30%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 30%, 35%)?
HEX: #54743E | RGB: rgb(84, 116, 62) | CMYK: 28%, 0%, 47%, 55% | HSV: 96°, 47%, 45%. Copy any format from the conversion table above.
What colors go well with #54743E?
The complementary color is HSL(276, 30%, 35%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 30%, 35%) in CSS?
As HSL: color: hsl(96, 30%, 35%); — As HEX: color: #54743E; — As RGB: color: rgb(84, 116, 62); — Tailwind CSS: bg-[hsl(96,30%,35%)] — CSS variable: --color-primary: hsl(96, 30%, 35%);