HSL(53, 68%, 41%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,68%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 68%, 41%) | color: hsl(53, 68%, 41%) | |
| HEX | #B09F21 | color: #B09F21 | |
| RGB | rgb(176, 159, 33) | color: rgb(176, 159, 33) | |
| CMYK | cmyk(0%, 10%, 81%, 31%) | — | |
| HSV | hsv(53, 81%, 69%) | — | |
| HWB | hwb(53 13% 31%) | color: hwb(53 13% 31%) | |
| OKLCH | oklch(0.6966 0.1364 101.04) | color: oklch(0.6966 0.1364 101.04) | |
| Lab | lab(65.07 -6.84 61.95) | color: lab(65.07 -6.84 61.95) | |
| LCH | lch(65.07 62.33 96.3) | color: lch(65.07 62.33 96.3) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A9A83F — rgb(169, 168, 63)
Deuteranopia (Green-blind)
#AAAB47 — rgb(170, 171, 71)
Tritanopia (Blue-blind)
#AF585D — rgb(175, 88, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 68%, 41%);
text
color: hsl(53, 68%, 41%);
border
border: 2px solid hsl(53, 68%, 41%);
gradient light
background: linear-gradient(to right, hsl(53, 68%, 61%), hsl(53, 68%, 41%));
gradient dark
background: linear-gradient(to right, hsl(53, 68%, 41%), hsl(53, 68%, 21%))
hex
background-color: #B09F21;
tailwind
bg-[hsl(53,68%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 68%, 41%, 0.4);
css variable
--color-primary: hsl(53, 68%, 41%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 68%, 41%)?
HEX: #B09F21 | RGB: rgb(176, 159, 33) | CMYK: 0%, 10%, 81%, 31% | HSV: 53°, 81%, 69%. Copy any format from the conversion table above.
What colors go well with #B09F21?
The complementary color is HSL(233, 68%, 41%). 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, 68%, 41%) in CSS?
As HSL: color: hsl(53, 68%, 41%); — As HEX: color: #B09F21; — As RGB: color: rgb(176, 159, 33); — Tailwind CSS: bg-[hsl(53,68%,41%)] — CSS variable: --color-primary: hsl(53, 68%, 41%);