HSL(63, 83%, 47%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(63,83%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 83%, 47%) | color: hsl(63, 83%, 47%) | |
| HEX | #D1DB14 | color: #D1DB14 | |
| RGB | rgb(209, 219, 20) | color: rgb(209, 219, 20) | |
| CMYK | cmyk(5%, 0%, 91%, 14%) | — | |
| HSV | hsv(63, 91%, 86%) | — | |
| HWB | hwb(63 8% 14%) | color: hwb(63 8% 14%) | |
| OKLCH | oklch(0.8551 0.1879 113.08) | color: oklch(0.8551 0.1879 113.08) | |
| Lab | lab(84.11 -23.2 81.35) | color: lab(84.11 -23.2 81.35) | |
| LCH | lch(84.11 84.59 105.92) | color: lch(84.11 84.59 105.92) |
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)
#D5D544 — rgb(213, 213, 68)
Deuteranopia (Green-blind)
#D5D450 — rgb(213, 212, 80)
Tritanopia (Blue-blind)
#D26A73 — rgb(210, 106, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 83%, 47%);
text
color: hsl(63, 83%, 47%);
border
border: 2px solid hsl(63, 83%, 47%);
gradient light
background: linear-gradient(to right, hsl(63, 83%, 67%), hsl(63, 83%, 47%));
gradient dark
background: linear-gradient(to right, hsl(63, 83%, 47%), hsl(63, 83%, 27%))
hex
background-color: #D1DB14;
tailwind
bg-[hsl(63,83%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 83%, 47%, 0.4);
css variable
--color-primary: hsl(63, 83%, 47%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 83%, 47%)?
HEX: #D1DB14 | RGB: rgb(209, 219, 20) | CMYK: 5%, 0%, 91%, 14% | HSV: 63°, 91%, 86%. Copy any format from the conversion table above.
What colors go well with #D1DB14?
The complementary color is HSL(243, 83%, 47%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(63, 83%, 47%) in CSS?
As HSL: color: hsl(63, 83%, 47%); — As HEX: color: #D1DB14; — As RGB: color: rgb(209, 219, 20); — Tailwind CSS: bg-[hsl(63,83%,47%)] — CSS variable: --color-primary: hsl(63, 83%, 47%);