HSL(53, 22%, 17%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,22%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 22%, 17%) | color: hsl(53, 22%, 17%) | |
| HEX | #353322 | color: #353322 | |
| RGB | rgb(53, 51, 34) | color: rgb(53, 51, 34) | |
| CMYK | cmyk(0%, 4%, 36%, 79%) | — | |
| HSV | hsv(54, 36%, 21%) | — | |
| HWB | hwb(54 13% 79%) | color: hwb(54 13% 79%) | |
| OKLCH | oklch(0.3179 0.0285 102.2) | color: oklch(0.3179 0.0285 102.2) | |
| Lab | lab(20.98 -2.43 11.14) | color: lab(20.98 -2.43 11.14) | |
| LCH | lch(20.98 11.4 102.31) | color: lch(20.98 11.4 102.31) |
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)
#343426 — rgb(52, 52, 38)
Deuteranopia (Green-blind)
#343427 — rgb(52, 52, 39)
Tritanopia (Blue-blind)
#35292A — rgb(53, 41, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 22%, 17%);
text
color: hsl(53, 22%, 17%);
border
border: 2px solid hsl(53, 22%, 17%);
gradient light
background: linear-gradient(to right, hsl(53, 22%, 37%), hsl(53, 22%, 17%));
gradient dark
background: linear-gradient(to right, hsl(53, 22%, 17%), hsl(53, 22%, 0%))
hex
background-color: #353322;
tailwind
bg-[hsl(53,22%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 22%, 17%, 0.4);
css variable
--color-primary: hsl(53, 22%, 17%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 22%, 17%)?
HEX: #353322 | RGB: rgb(53, 51, 34) | CMYK: 0%, 4%, 36%, 79% | HSV: 54°, 36%, 21%. Copy any format from the conversion table above.
What colors go well with #353322?
The complementary color is HSL(233, 22%, 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, 22%, 17%) in CSS?
As HSL: color: hsl(53, 22%, 17%); — As HEX: color: #353322; — As RGB: color: rgb(53, 51, 34); — Tailwind CSS: bg-[hsl(53,22%,17%)] — CSS variable: --color-primary: hsl(53, 22%, 17%);