HSL(53, 40%, 58%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,40%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 40%, 58%) | color: hsl(53, 40%, 58%) | |
| HEX | #BFB569 | color: #BFB569 | |
| RGB | rgb(191, 181, 105) | color: rgb(191, 181, 105) | |
| CMYK | cmyk(0%, 5%, 45%, 25%) | — | |
| HSV | hsv(53, 45%, 75%) | — | |
| HWB | hwb(53 41% 25%) | color: hwb(53 41% 25%) | |
| OKLCH | oklch(0.7647 0.0981 101.82) | color: oklch(0.7647 0.0981 101.82) | |
| Lab | lab(72.99 -7.13 39.85) | color: lab(72.99 -7.13 39.85) | |
| LCH | lch(72.99 40.48 100.14) | color: lch(72.99 40.48 100.14) |
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)
#BBBB7B — rgb(187, 187, 123)
Deuteranopia (Green-blind)
#BBBC80 — rgb(187, 188, 128)
Tritanopia (Blue-blind)
#BF8A8D — rgb(191, 138, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 40%, 58%);
text
color: hsl(53, 40%, 58%);
border
border: 2px solid hsl(53, 40%, 58%);
gradient light
background: linear-gradient(to right, hsl(53, 40%, 78%), hsl(53, 40%, 58%));
gradient dark
background: linear-gradient(to right, hsl(53, 40%, 58%), hsl(53, 40%, 38%))
hex
background-color: #BFB569;
tailwind
bg-[hsl(53,40%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 40%, 58%, 0.4);
css variable
--color-primary: hsl(53, 40%, 58%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 40%, 58%)?
HEX: #BFB569 | RGB: rgb(191, 181, 105) | CMYK: 0%, 5%, 45%, 25% | HSV: 53°, 45%, 75%. Copy any format from the conversion table above.
What colors go well with #BFB569?
The complementary color is HSL(233, 40%, 58%). 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, 40%, 58%) in CSS?
As HSL: color: hsl(53, 40%, 58%); — As HEX: color: #BFB569; — As RGB: color: rgb(191, 181, 105); — Tailwind CSS: bg-[hsl(53,40%,58%)] — CSS variable: --color-primary: hsl(53, 40%, 58%);