HSL(53, 47%, 15%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,47%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 47%, 15%) | color: hsl(53, 47%, 15%) | |
| HEX | #383414 | color: #383414 | |
| RGB | rgb(56, 52, 20) | color: rgb(56, 52, 20) | |
| CMYK | cmyk(0%, 7%, 64%, 78%) | — | |
| HSV | hsv(53, 64%, 22%) | — | |
| HWB | hwb(53 8% 78%) | color: hwb(53 8% 78%) | |
| OKLCH | oklch(0.3211 0.0492 102.24) | color: oklch(0.3211 0.0492 102.24) | |
| Lab | lab(21.38 -3.38 20.57) | color: lab(21.38 -3.38 20.57) | |
| LCH | lch(21.38 20.85 99.33) | color: lch(21.38 20.85 99.33) |
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)
#36361C — rgb(54, 54, 28)
Deuteranopia (Green-blind)
#37371E — rgb(55, 55, 30)
Tritanopia (Blue-blind)
#382223 — rgb(56, 34, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 47%, 15%);
text
color: hsl(53, 47%, 15%);
border
border: 2px solid hsl(53, 47%, 15%);
gradient light
background: linear-gradient(to right, hsl(53, 47%, 35%), hsl(53, 47%, 15%));
gradient dark
background: linear-gradient(to right, hsl(53, 47%, 15%), hsl(53, 47%, 0%))
hex
background-color: #383414;
tailwind
bg-[hsl(53,47%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 47%, 15%, 0.4);
css variable
--color-primary: hsl(53, 47%, 15%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 47%, 15%)?
HEX: #383414 | RGB: rgb(56, 52, 20) | CMYK: 0%, 7%, 64%, 78% | HSV: 53°, 64%, 22%. Copy any format from the conversion table above.
What colors go well with #383414?
The complementary color is HSL(233, 47%, 15%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 47%, 15%) in CSS?
As HSL: color: hsl(53, 47%, 15%); — As HEX: color: #383414; — As RGB: color: rgb(56, 52, 20); — Tailwind CSS: bg-[hsl(53,47%,15%)] — CSS variable: --color-primary: hsl(53, 47%, 15%);