HSL(60, 90%, 44%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
3500K
CSS Class
bg-[hsl(60,90%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(60, 90%, 44%) | color: hsl(60, 90%, 44%) | |
| HEX | #D5D50B | color: #D5D50B | |
| RGB | rgb(213, 213, 11) | color: rgb(213, 213, 11) | |
| CMYK | cmyk(0%, 0%, 95%, 16%) | — | |
| HSV | hsv(60, 95%, 84%) | — | |
| HWB | hwb(60 4% 16%) | color: hwb(60 4% 16%) | |
| OKLCH | oklch(0.8452 0.1828 109.75) | color: oklch(0.8452 0.1828 109.75) | |
| Lab | lab(82.79 -18.71 81.5) | color: lab(82.79 -18.71 81.5) | |
| LCH | lch(82.79 83.62 102.93) | color: lch(82.79 83.62 102.93) |
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)
#D5D53C — rgb(213, 213, 60)
Deuteranopia (Green-blind)
#D5D548 — rgb(213, 213, 72)
Tritanopia (Blue-blind)
#D5626B — rgb(213, 98, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(60, 90%, 44%);
text
color: hsl(60, 90%, 44%);
border
border: 2px solid hsl(60, 90%, 44%);
gradient light
background: linear-gradient(to right, hsl(60, 90%, 64%), hsl(60, 90%, 44%));
gradient dark
background: linear-gradient(to right, hsl(60, 90%, 44%), hsl(60, 90%, 24%))
hex
background-color: #D5D50B;
tailwind
bg-[hsl(60,90%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(60, 90%, 44%, 0.4);
css variable
--color-primary: hsl(60, 90%, 44%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(60, 90%, 44%)?
HEX: #D5D50B | RGB: rgb(213, 213, 11) | CMYK: 0%, 0%, 95%, 16% | HSV: 60°, 95%, 84%. Copy any format from the conversion table above.
What colors go well with #D5D50B?
The complementary color is HSL(240, 90%, 44%). For a triadic harmony, use hues 60°, 180°, and 300°. For analogous combinations, try hues 30° and 90°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(60, 90%, 44%) in CSS?
As HSL: color: hsl(60, 90%, 44%); — As HEX: color: #D5D50B; — As RGB: color: rgb(213, 213, 11); — Tailwind CSS: bg-[hsl(60,90%,44%)] — CSS variable: --color-primary: hsl(60, 90%, 44%);