HSL(62, 90%, 59%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(62,90%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 90%, 59%) | color: hsl(62, 90%, 59%) | |
| HEX | #EEF538 | color: #EEF538 | |
| RGB | rgb(238, 245, 56) | color: rgb(238, 245, 56) | |
| CMYK | cmyk(3%, 0%, 77%, 4%) | — | |
| HSV | hsv(62, 77%, 96%) | — | |
| HWB | hwb(62 22% 4%) | color: hwb(62 22% 4%) | |
| OKLCH | oklch(0.9349 0.1931 111.82) | color: oklch(0.9349 0.1931 111.82) | |
| Lab | lab(93.35 -22.77 82.35) | color: lab(93.35 -22.77 82.35) | |
| LCH | lch(93.35 85.44 105.46) | color: lch(93.35 85.44 105.46) |
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)
#F1F166 — rgb(241, 241, 102)
Deuteranopia (Green-blind)
#F1F071 — rgb(241, 240, 113)
Tritanopia (Blue-blind)
#EE8A92 — rgb(238, 138, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 90%, 59%);
text
color: hsl(62, 90%, 59%);
border
border: 2px solid hsl(62, 90%, 59%);
gradient light
background: linear-gradient(to right, hsl(62, 90%, 79%), hsl(62, 90%, 59%));
gradient dark
background: linear-gradient(to right, hsl(62, 90%, 59%), hsl(62, 90%, 39%))
hex
background-color: #EEF538;
tailwind
bg-[hsl(62,90%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 90%, 59%, 0.4);
css variable
--color-primary: hsl(62, 90%, 59%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(62, 90%, 59%)?
HEX: #EEF538 | RGB: rgb(238, 245, 56) | CMYK: 3%, 0%, 77%, 4% | HSV: 62°, 77%, 96%. Copy any format from the conversion table above.
What colors go well with #EEF538?
The complementary color is HSL(242, 90%, 59%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(62, 90%, 59%) in CSS?
As HSL: color: hsl(62, 90%, 59%); — As HEX: color: #EEF538; — As RGB: color: rgb(238, 245, 56); — Tailwind CSS: bg-[hsl(62,90%,59%)] — CSS variable: --color-primary: hsl(62, 90%, 59%);