HSL(53, 70%, 44%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,70%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 70%, 44%) | color: hsl(53, 70%, 44%) | |
| HEX | #BFAC22 | color: #BFAC22 | |
| RGB | rgb(191, 172, 34) | color: rgb(191, 172, 34) | |
| CMYK | cmyk(0%, 10%, 82%, 25%) | — | |
| HSV | hsv(53, 82%, 75%) | — | |
| HWB | hwb(53 14% 25%) | color: hwb(53 14% 25%) | |
| OKLCH | oklch(0.7387 0.1456 100.78) | color: oklch(0.7387 0.1456 100.78) | |
| Lab | lab(69.96 -7.01 66.43) | color: lab(69.96 -7.01 66.43) | |
| LCH | lch(69.96 66.8 96.02) | color: lch(69.96 66.8 96.02) |
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)
#B7B743 — rgb(183, 183, 67)
Deuteranopia (Green-blind)
#B8B94B — rgb(184, 185, 75)
Tritanopia (Blue-blind)
#BE5E64 — rgb(190, 94, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 70%, 44%);
text
color: hsl(53, 70%, 44%);
border
border: 2px solid hsl(53, 70%, 44%);
gradient light
background: linear-gradient(to right, hsl(53, 70%, 64%), hsl(53, 70%, 44%));
gradient dark
background: linear-gradient(to right, hsl(53, 70%, 44%), hsl(53, 70%, 24%))
hex
background-color: #BFAC22;
tailwind
bg-[hsl(53,70%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 70%, 44%, 0.4);
css variable
--color-primary: hsl(53, 70%, 44%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 70%, 44%)?
HEX: #BFAC22 | RGB: rgb(191, 172, 34) | CMYK: 0%, 10%, 82%, 25% | HSV: 53°, 82%, 75%. Copy any format from the conversion table above.
What colors go well with #BFAC22?
The complementary color is HSL(233, 70%, 44%). 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, 70%, 44%) in CSS?
As HSL: color: hsl(53, 70%, 44%); — As HEX: color: #BFAC22; — As RGB: color: rgb(191, 172, 34); — Tailwind CSS: bg-[hsl(53,70%,44%)] — CSS variable: --color-primary: hsl(53, 70%, 44%);