HSL(50, 100%, 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,100%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 100%, 44%) | color: hsl(50, 100%, 44%) | |
| HEX | #E0BB00 | color: #E0BB00 | |
| RGB | rgb(224, 187, 0) | color: rgb(224, 187, 0) | |
| CMYK | cmyk(0%, 17%, 100%, 12%) | — | |
| HSV | hsv(50, 100%, 88%) | — | |
| HWB | hwb(50 0% 12%) | color: hwb(50 0% 12%) | |
| OKLCH | oklch(0.8008 0.1643 94.54) | color: oklch(0.8008 0.1643 94.54) | |
| Lab | lab(76.92 -0.91 78.71) | color: lab(76.92 -0.91 78.71) | |
| LCH | lch(76.92 78.72 90.66) | color: lch(76.92 78.72 90.66) |
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)
#D0D02D — rgb(208, 208, 45)
Deuteranopia (Green-blind)
#D2D538 — rgb(210, 213, 56)
Tritanopia (Blue-blind)
#DE5159 — rgb(222, 81, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 100%, 44%);
text
color: hsl(50, 100%, 44%);
border
border: 2px solid hsl(50, 100%, 44%);
gradient light
background: linear-gradient(to right, hsl(50, 100%, 64%), hsl(50, 100%, 44%));
gradient dark
background: linear-gradient(to right, hsl(50, 100%, 44%), hsl(50, 100%, 24%))
hex
background-color: #E0BB00;
tailwind
bg-[hsl(50,100%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 100%, 44%, 0.4);
css variable
--color-primary: hsl(50, 100%, 44%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 100%, 44%)?
HEX: #E0BB00 | RGB: rgb(224, 187, 0) | CMYK: 0%, 17%, 100%, 12% | HSV: 50°, 100%, 88%. Copy any format from the conversion table above.
What colors go well with #E0BB00?
The complementary color is HSL(230, 100%, 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, 100%, 44%) in CSS?
As HSL: color: hsl(50, 100%, 44%); — As HEX: color: #E0BB00; — As RGB: color: rgb(224, 187, 0); — Tailwind CSS: bg-[hsl(50,100%,44%)] — CSS variable: --color-primary: hsl(50, 100%, 44%);