HSL(49, 96%, 43%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,96%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 96%, 43%) | color: hsl(49, 96%, 43%) | |
| HEX | #D7B004 | color: #D7B004 | |
| RGB | rgb(215, 176, 4) | color: rgb(215, 176, 4) | |
| CMYK | cmyk(0%, 18%, 98%, 16%) | — | |
| HSV | hsv(49, 98%, 84%) | — | |
| HWB | hwb(49 2% 16%) | color: hwb(49 2% 16%) | |
| OKLCH | oklch(0.7696 0.1569 92.69) | color: oklch(0.7696 0.1569 92.69) | |
| Lab | lab(73.23 0.94 75.26) | color: lab(73.23 0.94 75.26) | |
| LCH | lch(73.23 75.27 89.28) | color: lch(73.23 75.27 89.28) |
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)
#C6C62E — rgb(198, 198, 46)
Deuteranopia (Green-blind)
#C8CB38 — rgb(200, 203, 56)
Tritanopia (Blue-blind)
#D54E56 — rgb(213, 78, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 96%, 43%);
text
color: hsl(49, 96%, 43%);
border
border: 2px solid hsl(49, 96%, 43%);
gradient light
background: linear-gradient(to right, hsl(49, 96%, 63%), hsl(49, 96%, 43%));
gradient dark
background: linear-gradient(to right, hsl(49, 96%, 43%), hsl(49, 96%, 23%))
hex
background-color: #D7B004;
tailwind
bg-[hsl(49,96%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 96%, 43%, 0.4);
css variable
--color-primary: hsl(49, 96%, 43%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 96%, 43%)?
HEX: #D7B004 | RGB: rgb(215, 176, 4) | CMYK: 0%, 18%, 98%, 16% | HSV: 49°, 98%, 84%. Copy any format from the conversion table above.
What colors go well with #D7B004?
The complementary color is HSL(229, 96%, 43%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 96%, 43%) in CSS?
As HSL: color: hsl(49, 96%, 43%); — As HEX: color: #D7B004; — As RGB: color: rgb(215, 176, 4); — Tailwind CSS: bg-[hsl(49,96%,43%)] — CSS variable: --color-primary: hsl(49, 96%, 43%);