HSL(54, 59%, 47%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(54,59%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 59%, 47%) | color: hsl(54, 59%, 47%) | |
| HEX | #BFB031 | color: #BFB031 | |
| RGB | rgb(191, 176, 49) | color: rgb(191, 176, 49) | |
| CMYK | cmyk(0%, 8%, 74%, 25%) | — | |
| HSV | hsv(54, 74%, 75%) | — | |
| HWB | hwb(54 20% 25%) | color: hwb(54 20% 25%) | |
| OKLCH | oklch(0.7481 0.1413 102.35) | color: oklch(0.7481 0.1413 102.35) | |
| Lab | lab(71.11 -8.54 62.75) | color: lab(71.11 -8.54 62.75) | |
| LCH | lch(71.11 63.33 97.75) | color: lch(71.11 63.33 97.75) |
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)
#B9B850 — rgb(185, 184, 80)
Deuteranopia (Green-blind)
#B9BB57 — rgb(185, 187, 87)
Tritanopia (Blue-blind)
#BE686D — rgb(190, 104, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 59%, 47%);
text
color: hsl(54, 59%, 47%);
border
border: 2px solid hsl(54, 59%, 47%);
gradient light
background: linear-gradient(to right, hsl(54, 59%, 67%), hsl(54, 59%, 47%));
gradient dark
background: linear-gradient(to right, hsl(54, 59%, 47%), hsl(54, 59%, 27%))
hex
background-color: #BFB031;
tailwind
bg-[hsl(54,59%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 59%, 47%, 0.4);
css variable
--color-primary: hsl(54, 59%, 47%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 59%, 47%)?
HEX: #BFB031 | RGB: rgb(191, 176, 49) | CMYK: 0%, 8%, 74%, 25% | HSV: 54°, 74%, 75%. Copy any format from the conversion table above.
What colors go well with #BFB031?
The complementary color is HSL(234, 59%, 47%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(54, 59%, 47%) in CSS?
As HSL: color: hsl(54, 59%, 47%); — As HEX: color: #BFB031; — As RGB: color: rgb(191, 176, 49); — Tailwind CSS: bg-[hsl(54,59%,47%)] — CSS variable: --color-primary: hsl(54, 59%, 47%);