HSL(52, 65%, 16%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(52,65%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 65%, 16%) | color: hsl(52, 65%, 16%) | |
| HEX | #433C0E | color: #433C0E | |
| RGB | rgb(67, 60, 14) | color: rgb(67, 60, 14) | |
| CMYK | cmyk(0%, 10%, 79%, 74%) | — | |
| HSV | hsv(52, 79%, 26%) | — | |
| HWB | hwb(52 5% 74%) | color: hwb(52 5% 74%) | |
| OKLCH | oklch(0.3535 0.0638 100.46) | color: oklch(0.3535 0.0638 100.46) | |
| Lab | lab(25.13 -3.21 28.15) | color: lab(25.13 -3.21 28.15) | |
| LCH | lch(25.13 28.33 96.51) | color: lch(25.13 28.33 96.51) |
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)
#404019 — rgb(64, 64, 25)
Deuteranopia (Green-blind)
#40411C — rgb(64, 65, 28)
Tritanopia (Blue-blind)
#432224 — rgb(67, 34, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 65%, 16%);
text
color: hsl(52, 65%, 16%);
border
border: 2px solid hsl(52, 65%, 16%);
gradient light
background: linear-gradient(to right, hsl(52, 65%, 36%), hsl(52, 65%, 16%));
gradient dark
background: linear-gradient(to right, hsl(52, 65%, 16%), hsl(52, 65%, 0%))
hex
background-color: #433C0E;
tailwind
bg-[hsl(52,65%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 65%, 16%, 0.4);
css variable
--color-primary: hsl(52, 65%, 16%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 65%, 16%)?
HEX: #433C0E | RGB: rgb(67, 60, 14) | CMYK: 0%, 10%, 79%, 74% | HSV: 52°, 79%, 26%. Copy any format from the conversion table above.
What colors go well with #433C0E?
The complementary color is HSL(232, 65%, 16%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(52, 65%, 16%) in CSS?
As HSL: color: hsl(52, 65%, 16%); — As HEX: color: #433C0E; — As RGB: color: rgb(67, 60, 14); — Tailwind CSS: bg-[hsl(52,65%,16%)] — CSS variable: --color-primary: hsl(52, 65%, 16%);