HSL(52, 23%, 37%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(52,23%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 23%, 37%) | color: hsl(52, 23%, 37%) | |
| HEX | #746E49 | color: #746E49 | |
| RGB | rgb(116, 110, 73) | color: rgb(116, 110, 73) | |
| CMYK | cmyk(0%, 5%, 37%, 55%) | — | |
| HSV | hsv(52, 37%, 45%) | — | |
| HWB | hwb(52 28% 55%) | color: hwb(52 28% 55%) | |
| OKLCH | oklch(0.5341 0.0541 100.11) | color: oklch(0.5341 0.0541 100.11) | |
| Lab | lab(46.1 -3.75 21.51) | color: lab(46.1 -3.75 21.51) | |
| LCH | lch(46.1 21.83 99.89) | color: lch(46.1 21.83 99.89) |
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)
#717152 — rgb(113, 113, 82)
Deuteranopia (Green-blind)
#727254 — rgb(114, 114, 84)
Tritanopia (Blue-blind)
#74595B — rgb(116, 89, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 23%, 37%);
text
color: hsl(52, 23%, 37%);
border
border: 2px solid hsl(52, 23%, 37%);
gradient light
background: linear-gradient(to right, hsl(52, 23%, 57%), hsl(52, 23%, 37%));
gradient dark
background: linear-gradient(to right, hsl(52, 23%, 37%), hsl(52, 23%, 17%))
hex
background-color: #746E49;
tailwind
bg-[hsl(52,23%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 23%, 37%, 0.4);
css variable
--color-primary: hsl(52, 23%, 37%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 23%, 37%)?
HEX: #746E49 | RGB: rgb(116, 110, 73) | CMYK: 0%, 5%, 37%, 55% | HSV: 52°, 37%, 45%. Copy any format from the conversion table above.
What colors go well with #746E49?
The complementary color is HSL(232, 23%, 37%). 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, 23%, 37%) in CSS?
As HSL: color: hsl(52, 23%, 37%); — As HEX: color: #746E49; — As RGB: color: rgb(116, 110, 73); — Tailwind CSS: bg-[hsl(52,23%,37%)] — CSS variable: --color-primary: hsl(52, 23%, 37%);