HSL(93, 48%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,48%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 48%, 35%) | color: hsl(93, 48%, 35%) | |
| HEX | #55842E | color: #55842E | |
| RGB | rgb(85, 132, 46) | color: rgb(85, 132, 46) | |
| CMYK | cmyk(36%, 0%, 65%, 48%) | — | |
| HSV | hsv(93, 65%, 52%) | — | |
| HWB | hwb(93 18% 48%) | color: hwb(93 18% 48%) | |
| OKLCH | oklch(0.5605 0.1276 133.36) | color: oklch(0.5605 0.1276 133.36) | |
| Lab | lab(50.25 -31.36 40.2) | color: lab(50.25 -31.36 40.2) | |
| LCH | lch(50.25 50.99 127.96) | color: lch(50.25 50.99 127.96) |
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)
#696A43 — rgb(105, 106, 67)
Deuteranopia (Green-blind)
#676348 — rgb(103, 99, 72)
Tritanopia (Blue-blind)
#575357 — rgb(87, 83, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 48%, 35%);
text
color: hsl(93, 48%, 35%);
border
border: 2px solid hsl(93, 48%, 35%);
gradient light
background: linear-gradient(to right, hsl(93, 48%, 55%), hsl(93, 48%, 35%));
gradient dark
background: linear-gradient(to right, hsl(93, 48%, 35%), hsl(93, 48%, 15%))
hex
background-color: #55842E;
tailwind
bg-[hsl(93,48%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 48%, 35%, 0.4);
css variable
--color-primary: hsl(93, 48%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 48%, 35%)?
HEX: #55842E | RGB: rgb(85, 132, 46) | CMYK: 36%, 0%, 65%, 48% | HSV: 93°, 65%, 52%. Copy any format from the conversion table above.
What colors go well with #55842E?
The complementary color is HSL(273, 48%, 35%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 48%, 35%) in CSS?
As HSL: color: hsl(93, 48%, 35%); — As HEX: color: #55842E; — As RGB: color: rgb(85, 132, 46); — Tailwind CSS: bg-[hsl(93,48%,35%)] — CSS variable: --color-primary: hsl(93, 48%, 35%);