HSL(61, 91%, 50%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,91%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 91%, 50%) | color: hsl(61, 91%, 50%) | |
| HEX | #F0F40B | color: #F0F40B | |
| RGB | rgb(240, 244, 11) | color: rgb(240, 244, 11) | |
| CMYK | cmyk(2%, 0%, 95%, 4%) | — | |
| HSV | hsv(61, 95%, 96%) | — | |
| HWB | hwb(61 5% 4%) | color: hwb(61 5% 4%) | |
| OKLCH | oklch(0.9331 0.2039 110.97) | color: oklch(0.9331 0.2039 110.97) | |
| Lab | lab(93.13 -22.41 90.21) | color: lab(93.13 -22.41 90.21) | |
| LCH | lch(93.13 92.95 103.95) | color: lch(93.13 92.95 103.95) |
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)
#F2F243 — rgb(242, 242, 67)
Deuteranopia (Green-blind)
#F2F151 — rgb(242, 241, 81)
Tritanopia (Blue-blind)
#F0707A — rgb(240, 112, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 91%, 50%);
text
color: hsl(61, 91%, 50%);
border
border: 2px solid hsl(61, 91%, 50%);
gradient light
background: linear-gradient(to right, hsl(61, 91%, 70%), hsl(61, 91%, 50%));
gradient dark
background: linear-gradient(to right, hsl(61, 91%, 50%), hsl(61, 91%, 30%))
hex
background-color: #F0F40B;
tailwind
bg-[hsl(61,91%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 91%, 50%, 0.4);
css variable
--color-primary: hsl(61, 91%, 50%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 91%, 50%)?
HEX: #F0F40B | RGB: rgb(240, 244, 11) | CMYK: 2%, 0%, 95%, 4% | HSV: 61°, 95%, 96%. Copy any format from the conversion table above.
What colors go well with #F0F40B?
The complementary color is HSL(241, 91%, 50%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 91%, 50%) in CSS?
As HSL: color: hsl(61, 91%, 50%); — As HEX: color: #F0F40B; — As RGB: color: rgb(240, 244, 11); — Tailwind CSS: bg-[hsl(61,91%,50%)] — CSS variable: --color-primary: hsl(61, 91%, 50%);