HSL(47, 84%, 47%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,84%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 84%, 47%) | color: hsl(47, 84%, 47%) | |
| HEX | #DDB113 | color: #DDB113 | |
| RGB | rgb(221, 177, 19) | color: rgb(221, 177, 19) | |
| CMYK | cmyk(0%, 20%, 91%, 13%) | — | |
| HSV | hsv(47, 91%, 87%) | — | |
| HWB | hwb(47 8% 13%) | color: hwb(47 8% 13%) | |
| OKLCH | oklch(0.778 0.1559 90.23) | color: oklch(0.778 0.1559 90.23) | |
| Lab | lab(74.1 3.22 74.26) | color: lab(74.1 3.22 74.26) | |
| LCH | lch(74.1 74.33 87.52) | color: lch(74.1 74.33 87.52) |
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)
#CACA39 — rgb(202, 202, 57)
Deuteranopia (Green-blind)
#CDD042 — rgb(205, 208, 66)
Tritanopia (Blue-blind)
#DB575E — rgb(219, 87, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 84%, 47%);
text
color: hsl(47, 84%, 47%);
border
border: 2px solid hsl(47, 84%, 47%);
gradient light
background: linear-gradient(to right, hsl(47, 84%, 67%), hsl(47, 84%, 47%));
gradient dark
background: linear-gradient(to right, hsl(47, 84%, 47%), hsl(47, 84%, 27%))
hex
background-color: #DDB113;
tailwind
bg-[hsl(47,84%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 84%, 47%, 0.4);
css variable
--color-primary: hsl(47, 84%, 47%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 84%, 47%)?
HEX: #DDB113 | RGB: rgb(221, 177, 19) | CMYK: 0%, 20%, 91%, 13% | HSV: 47°, 91%, 87%. Copy any format from the conversion table above.
What colors go well with #DDB113?
The complementary color is HSL(227, 84%, 47%). 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, 84%, 47%) in CSS?
As HSL: color: hsl(47, 84%, 47%); — As HEX: color: #DDB113; — As RGB: color: rgb(221, 177, 19); — Tailwind CSS: bg-[hsl(47,84%,47%)] — CSS variable: --color-primary: hsl(47, 84%, 47%);