HSL(53, 32%, 34%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,32%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 32%, 34%) | color: hsl(53, 32%, 34%) | |
| HEX | #726C3B | color: #726C3B | |
| RGB | rgb(114, 108, 59) | color: rgb(114, 108, 59) | |
| CMYK | cmyk(0%, 5%, 48%, 55%) | — | |
| HSV | hsv(53, 48%, 45%) | — | |
| HWB | hwb(53 23% 55%) | color: hwb(53 23% 55%) | |
| OKLCH | oklch(0.525 0.0691 102.31) | color: oklch(0.525 0.0691 102.31) | |
| Lab | lab(45.11 -5.17 28.13) | color: lab(45.11 -5.17 28.13) | |
| LCH | lch(45.11 28.6 100.41) | color: lch(45.11 28.6 100.41) |
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)
#6F6F47 — rgb(111, 111, 71)
Deuteranopia (Green-blind)
#70704A — rgb(112, 112, 74)
Tritanopia (Blue-blind)
#725052 — rgb(114, 80, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 32%, 34%);
text
color: hsl(53, 32%, 34%);
border
border: 2px solid hsl(53, 32%, 34%);
gradient light
background: linear-gradient(to right, hsl(53, 32%, 54%), hsl(53, 32%, 34%));
gradient dark
background: linear-gradient(to right, hsl(53, 32%, 34%), hsl(53, 32%, 14%))
hex
background-color: #726C3B;
tailwind
bg-[hsl(53,32%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 32%, 34%, 0.4);
css variable
--color-primary: hsl(53, 32%, 34%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 32%, 34%)?
HEX: #726C3B | RGB: rgb(114, 108, 59) | CMYK: 0%, 5%, 48%, 55% | HSV: 53°, 48%, 45%. Copy any format from the conversion table above.
What colors go well with #726C3B?
The complementary color is HSL(233, 32%, 34%). 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, 32%, 34%) in CSS?
As HSL: color: hsl(53, 32%, 34%); — As HEX: color: #726C3B; — As RGB: color: rgb(114, 108, 59); — Tailwind CSS: bg-[hsl(53,32%,34%)] — CSS variable: --color-primary: hsl(53, 32%, 34%);