HSL(48, 60%, 32%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(48,60%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(48, 60%, 32%) | color: hsl(48, 60%, 32%) | |
| HEX | #836F21 | color: #836F21 | |
| RGB | rgb(131, 111, 33) | color: rgb(131, 111, 33) | |
| CMYK | cmyk(0%, 15%, 75%, 49%) | — | |
| HSV | hsv(48, 75%, 51%) | — | |
| HWB | hwb(48 13% 49%) | color: hwb(48 13% 49%) | |
| OKLCH | oklch(0.546 0.0979 94.24) | color: oklch(0.546 0.0979 94.24) | |
| Lab | lab(47.37 -1.05 44.02) | color: lab(47.37 -1.05 44.02) | |
| LCH | lch(47.37 44.03 91.37) | color: lch(47.37 44.03 91.37) |
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)
#7A7A34 — rgb(122, 122, 52)
Deuteranopia (Green-blind)
#7C7D38 — rgb(124, 125, 56)
Tritanopia (Blue-blind)
#824346 — rgb(130, 67, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(48, 60%, 32%);
text
color: hsl(48, 60%, 32%);
border
border: 2px solid hsl(48, 60%, 32%);
gradient light
background: linear-gradient(to right, hsl(48, 60%, 52%), hsl(48, 60%, 32%));
gradient dark
background: linear-gradient(to right, hsl(48, 60%, 32%), hsl(48, 60%, 12%))
hex
background-color: #836F21;
tailwind
bg-[hsl(48,60%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(48, 60%, 32%, 0.4);
css variable
--color-primary: hsl(48, 60%, 32%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(48, 60%, 32%)?
HEX: #836F21 | RGB: rgb(131, 111, 33) | CMYK: 0%, 15%, 75%, 49% | HSV: 48°, 75%, 51%. Copy any format from the conversion table above.
What colors go well with #836F21?
The complementary color is HSL(228, 60%, 32%). For a triadic harmony, use hues 48°, 168°, and 288°. For analogous combinations, try hues 18° and 78°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(48, 60%, 32%) in CSS?
As HSL: color: hsl(48, 60%, 32%); — As HEX: color: #836F21; — As RGB: color: rgb(131, 111, 33); — Tailwind CSS: bg-[hsl(48,60%,32%)] — CSS variable: --color-primary: hsl(48, 60%, 32%);