HSL(57, 58%, 15%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,58%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 58%, 15%) | color: hsl(57, 58%, 15%) | |
| HEX | #3C3A10 | color: #3C3A10 | |
| RGB | rgb(60, 58, 16) | color: rgb(60, 58, 16) | |
| CMYK | cmyk(0%, 3%, 73%, 76%) | — | |
| HSV | hsv(57, 73%, 24%) | — | |
| HWB | hwb(57 6% 76%) | color: hwb(57 6% 76%) | |
| OKLCH | oklch(0.3408 0.0603 106.58) | color: oklch(0.3408 0.0603 106.58) | |
| Lab | lab(23.75 -5.47 25.51) | color: lab(23.75 -5.47 25.51) | |
| LCH | lch(23.75 26.09 102.1) | color: lch(23.75 26.09 102.1) |
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)
#3B3B1A — rgb(59, 59, 26)
Deuteranopia (Green-blind)
#3B3B1D — rgb(59, 59, 29)
Tritanopia (Blue-blind)
#3C2224 — rgb(60, 34, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 58%, 15%);
text
color: hsl(57, 58%, 15%);
border
border: 2px solid hsl(57, 58%, 15%);
gradient light
background: linear-gradient(to right, hsl(57, 58%, 35%), hsl(57, 58%, 15%));
gradient dark
background: linear-gradient(to right, hsl(57, 58%, 15%), hsl(57, 58%, 0%))
hex
background-color: #3C3A10;
tailwind
bg-[hsl(57,58%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 58%, 15%, 0.4);
css variable
--color-primary: hsl(57, 58%, 15%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 58%, 15%)?
HEX: #3C3A10 | RGB: rgb(60, 58, 16) | CMYK: 0%, 3%, 73%, 76% | HSV: 57°, 73%, 24%. Copy any format from the conversion table above.
What colors go well with #3C3A10?
The complementary color is HSL(237, 58%, 15%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 58%, 15%) in CSS?
As HSL: color: hsl(57, 58%, 15%); — As HEX: color: #3C3A10; — As RGB: color: rgb(60, 58, 16); — Tailwind CSS: bg-[hsl(57,58%,15%)] — CSS variable: --color-primary: hsl(57, 58%, 15%);