HSL(64, 89%, 46%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(64,89%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(64, 89%, 46%) | color: hsl(64, 89%, 46%) | |
| HEX | #D0DE0D | color: #D0DE0D | |
| RGB | rgb(208, 222, 13) | color: rgb(208, 222, 13) | |
| CMYK | cmyk(6%, 0%, 94%, 13%) | — | |
| HSV | hsv(64, 94%, 87%) | — | |
| HWB | hwb(64 5% 13%) | color: hwb(64 5% 13%) | |
| OKLCH | oklch(0.8607 0.1922 114.32) | color: oklch(0.8607 0.1922 114.32) | |
| Lab | lab(84.83 -25.15 82.7) | color: lab(84.83 -25.15 82.7) | |
| LCH | lch(84.83 86.44 106.92) | color: lch(84.83 86.44 106.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)
#D6D640 — rgb(214, 214, 64)
Deuteranopia (Green-blind)
#D5D44C — rgb(213, 212, 76)
Tritanopia (Blue-blind)
#D16770 — rgb(209, 103, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(64, 89%, 46%);
text
color: hsl(64, 89%, 46%);
border
border: 2px solid hsl(64, 89%, 46%);
gradient light
background: linear-gradient(to right, hsl(64, 89%, 66%), hsl(64, 89%, 46%));
gradient dark
background: linear-gradient(to right, hsl(64, 89%, 46%), hsl(64, 89%, 26%))
hex
background-color: #D0DE0D;
tailwind
bg-[hsl(64,89%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(64, 89%, 46%, 0.4);
css variable
--color-primary: hsl(64, 89%, 46%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(64, 89%, 46%)?
HEX: #D0DE0D | RGB: rgb(208, 222, 13) | CMYK: 6%, 0%, 94%, 13% | HSV: 64°, 94%, 87%. Copy any format from the conversion table above.
What colors go well with #D0DE0D?
The complementary color is HSL(244, 89%, 46%). For a triadic harmony, use hues 64°, 184°, and 304°. For analogous combinations, try hues 34° and 94°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(64, 89%, 46%) in CSS?
As HSL: color: hsl(64, 89%, 46%); — As HEX: color: #D0DE0D; — As RGB: color: rgb(208, 222, 13); — Tailwind CSS: bg-[hsl(64,89%,46%)] — CSS variable: --color-primary: hsl(64, 89%, 46%);