HSL(47, 50%, 49%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,50%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 50%, 49%) | color: hsl(47, 50%, 49%) | |
| HEX | #BBA03E | color: #BBA03E | |
| RGB | rgb(187, 160, 62) | color: rgb(187, 160, 62) | |
| CMYK | cmyk(0%, 14%, 67%, 27%) | — | |
| HSV | hsv(47, 67%, 73%) | — | |
| HWB | hwb(47 24% 27%) | color: hwb(47 24% 27%) | |
| OKLCH | oklch(0.7114 0.12 93.61) | color: oklch(0.7114 0.12 93.61) | |
| Lab | lab(66.56 -1.16 52.94) | color: lab(66.56 -1.16 52.94) | |
| LCH | lch(66.56 52.95 91.26) | color: lch(66.56 52.95 91.26) |
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)
#AFAF56 — rgb(175, 175, 86)
Deuteranopia (Green-blind)
#B1B35B — rgb(177, 179, 91)
Tritanopia (Blue-blind)
#BA686D — rgb(186, 104, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 50%, 49%);
text
color: hsl(47, 50%, 49%);
border
border: 2px solid hsl(47, 50%, 49%);
gradient light
background: linear-gradient(to right, hsl(47, 50%, 69%), hsl(47, 50%, 49%));
gradient dark
background: linear-gradient(to right, hsl(47, 50%, 49%), hsl(47, 50%, 29%))
hex
background-color: #BBA03E;
tailwind
bg-[hsl(47,50%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 50%, 49%, 0.4);
css variable
--color-primary: hsl(47, 50%, 49%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 50%, 49%)?
HEX: #BBA03E | RGB: rgb(187, 160, 62) | CMYK: 0%, 14%, 67%, 27% | HSV: 47°, 67%, 73%. Copy any format from the conversion table above.
What colors go well with #BBA03E?
The complementary color is HSL(227, 50%, 49%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 50%, 49%) in CSS?
As HSL: color: hsl(47, 50%, 49%); — As HEX: color: #BBA03E; — As RGB: color: rgb(187, 160, 62); — Tailwind CSS: bg-[hsl(47,50%,49%)] — CSS variable: --color-primary: hsl(47, 50%, 49%);