HSL(53, 68%, 17%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,68%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 68%, 17%) | color: hsl(53, 68%, 17%) | |
| HEX | #49420E | color: #49420E | |
| RGB | rgb(73, 66, 14) | color: rgb(73, 66, 14) | |
| CMYK | cmyk(0%, 10%, 81%, 71%) | — | |
| HSV | hsv(53, 81%, 29%) | — | |
| HWB | hwb(53 6% 71%) | color: hwb(53 6% 71%) | |
| OKLCH | oklch(0.3754 0.0696 101.41) | color: oklch(0.3754 0.0696 101.41) | |
| Lab | lab(27.7 -3.84 30.88) | color: lab(27.7 -3.84 30.88) | |
| LCH | lch(27.7 31.12 97.09) | color: lch(27.7 31.12 97.09) |
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)
#46461B — rgb(70, 70, 27)
Deuteranopia (Green-blind)
#46471E — rgb(70, 71, 30)
Tritanopia (Blue-blind)
#492527 — rgb(73, 37, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 68%, 17%);
text
color: hsl(53, 68%, 17%);
border
border: 2px solid hsl(53, 68%, 17%);
gradient light
background: linear-gradient(to right, hsl(53, 68%, 37%), hsl(53, 68%, 17%));
gradient dark
background: linear-gradient(to right, hsl(53, 68%, 17%), hsl(53, 68%, 0%))
hex
background-color: #49420E;
tailwind
bg-[hsl(53,68%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 68%, 17%, 0.4);
css variable
--color-primary: hsl(53, 68%, 17%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 68%, 17%)?
HEX: #49420E | RGB: rgb(73, 66, 14) | CMYK: 0%, 10%, 81%, 71% | HSV: 53°, 81%, 29%. Copy any format from the conversion table above.
What colors go well with #49420E?
The complementary color is HSL(233, 68%, 17%). 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, 68%, 17%) in CSS?
As HSL: color: hsl(53, 68%, 17%); — As HEX: color: #49420E; — As RGB: color: rgb(73, 66, 14); — Tailwind CSS: bg-[hsl(53,68%,17%)] — CSS variable: --color-primary: hsl(53, 68%, 17%);