HSL(50, 90%, 44%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(50,90%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 90%, 44%) | color: hsl(50, 90%, 44%) | |
| HEX | #D5B40B | color: #D5B40B | |
| RGB | rgb(213, 180, 11) | color: rgb(213, 180, 11) | |
| CMYK | cmyk(0%, 15%, 95%, 16%) | — | |
| HSV | hsv(50, 95%, 84%) | — | |
| HWB | hwb(50 4% 16%) | color: hwb(50 4% 16%) | |
| OKLCH | oklch(0.7759 0.1579 95.54) | color: oklch(0.7759 0.1579 95.54) | |
| Lab | lab(74.07 -1.96 75.01) | color: lab(74.07 -1.96 75.01) | |
| LCH | lch(74.07 75.04 91.5) | color: lch(74.07 75.04 91.5) |
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)
#C7C634 — rgb(199, 198, 52)
Deuteranopia (Green-blind)
#C9CB3E — rgb(201, 203, 62)
Tritanopia (Blue-blind)
#D3545B — rgb(211, 84, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 90%, 44%);
text
color: hsl(50, 90%, 44%);
border
border: 2px solid hsl(50, 90%, 44%);
gradient light
background: linear-gradient(to right, hsl(50, 90%, 64%), hsl(50, 90%, 44%));
gradient dark
background: linear-gradient(to right, hsl(50, 90%, 44%), hsl(50, 90%, 24%))
hex
background-color: #D5B40B;
tailwind
bg-[hsl(50,90%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 90%, 44%, 0.4);
css variable
--color-primary: hsl(50, 90%, 44%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 90%, 44%)?
HEX: #D5B40B | RGB: rgb(213, 180, 11) | CMYK: 0%, 15%, 95%, 16% | HSV: 50°, 95%, 84%. Copy any format from the conversion table above.
What colors go well with #D5B40B?
The complementary color is HSL(230, 90%, 44%). 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, 90%, 44%) in CSS?
As HSL: color: hsl(50, 90%, 44%); — As HEX: color: #D5B40B; — As RGB: color: rgb(213, 180, 11); — Tailwind CSS: bg-[hsl(50,90%,44%)] — CSS variable: --color-primary: hsl(50, 90%, 44%);