HSL(50, 63%, 46%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(50,63%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 63%, 46%) | color: hsl(50, 63%, 46%) | |
| HEX | #BFA72B | color: #BFA72B | |
| RGB | rgb(191, 167, 43) | color: rgb(191, 167, 43) | |
| CMYK | cmyk(0%, 13%, 77%, 25%) | — | |
| HSV | hsv(50, 77%, 75%) | — | |
| HWB | hwb(50 17% 25%) | color: hwb(50 17% 25%) | |
| OKLCH | oklch(0.7286 0.1376 97.58) | color: oklch(0.7286 0.1376 97.58) | |
| Lab | lab(68.67 -4.06 62.54) | color: lab(68.67 -4.06 62.54) | |
| LCH | lch(68.67 62.67 93.71) | color: lch(68.67 62.67 93.71) |
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)
#B5B449 — rgb(181, 180, 73)
Deuteranopia (Green-blind)
#B6B850 — rgb(182, 184, 80)
Tritanopia (Blue-blind)
#BE6166 — rgb(190, 97, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 63%, 46%);
text
color: hsl(50, 63%, 46%);
border
border: 2px solid hsl(50, 63%, 46%);
gradient light
background: linear-gradient(to right, hsl(50, 63%, 66%), hsl(50, 63%, 46%));
gradient dark
background: linear-gradient(to right, hsl(50, 63%, 46%), hsl(50, 63%, 26%))
hex
background-color: #BFA72B;
tailwind
bg-[hsl(50,63%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 63%, 46%, 0.4);
css variable
--color-primary: hsl(50, 63%, 46%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 63%, 46%)?
HEX: #BFA72B | RGB: rgb(191, 167, 43) | CMYK: 0%, 13%, 77%, 25% | HSV: 50°, 77%, 75%. Copy any format from the conversion table above.
What colors go well with #BFA72B?
The complementary color is HSL(230, 63%, 46%). For a triadic harmony, use hues 50°, 170°, and 290°. For analogous combinations, try hues 20° and 80°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(50, 63%, 46%) in CSS?
As HSL: color: hsl(50, 63%, 46%); — As HEX: color: #BFA72B; — As RGB: color: rgb(191, 167, 43); — Tailwind CSS: bg-[hsl(50,63%,46%)] — CSS variable: --color-primary: hsl(50, 63%, 46%);