HSL(47, 83%, 45%)
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,83%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 83%, 45%) | color: hsl(47, 83%, 45%) | |
| HEX | #D2A914 | color: #D2A914 | |
| RGB | rgb(210, 169, 20) | color: rgb(210, 169, 20) | |
| CMYK | cmyk(0%, 20%, 90%, 18%) | — | |
| HSV | hsv(47, 90%, 82%) | — | |
| HWB | hwb(47 8% 18%) | color: hwb(47 8% 18%) | |
| OKLCH | oklch(0.7507 0.1499 90.68) | color: oklch(0.7507 0.1499 90.68) | |
| Lab | lab(70.96 2.64 71.21) | color: lab(70.96 2.64 71.21) | |
| LCH | lch(70.96 71.26 87.88) | color: lch(70.96 71.26 87.88) |
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)
#C0C038 — rgb(192, 192, 56)
Deuteranopia (Green-blind)
#C3C641 — rgb(195, 198, 65)
Tritanopia (Blue-blind)
#D0555B — rgb(208, 85, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 83%, 45%);
text
color: hsl(47, 83%, 45%);
border
border: 2px solid hsl(47, 83%, 45%);
gradient light
background: linear-gradient(to right, hsl(47, 83%, 65%), hsl(47, 83%, 45%));
gradient dark
background: linear-gradient(to right, hsl(47, 83%, 45%), hsl(47, 83%, 25%))
hex
background-color: #D2A914;
tailwind
bg-[hsl(47,83%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 83%, 45%, 0.4);
css variable
--color-primary: hsl(47, 83%, 45%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 83%, 45%)?
HEX: #D2A914 | RGB: rgb(210, 169, 20) | CMYK: 0%, 20%, 90%, 18% | HSV: 47°, 90%, 82%. Copy any format from the conversion table above.
What colors go well with #D2A914?
The complementary color is HSL(227, 83%, 45%). 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, 83%, 45%) in CSS?
As HSL: color: hsl(47, 83%, 45%); — As HEX: color: #D2A914; — As RGB: color: rgb(210, 169, 20); — Tailwind CSS: bg-[hsl(47,83%,45%)] — CSS variable: --color-primary: hsl(47, 83%, 45%);