HSL(49, 89%, 55%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,89%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 89%, 55%) | color: hsl(49, 89%, 55%) | |
| HEX | #F2CD26 | color: #F2CD26 | |
| RGB | rgb(242, 205, 38) | color: rgb(242, 205, 38) | |
| CMYK | cmyk(0%, 15%, 84%, 5%) | — | |
| HSV | hsv(49, 84%, 95%) | — | |
| HWB | hwb(49 15% 5%) | color: hwb(49 15% 5%) | |
| OKLCH | oklch(0.8553 0.1681 95.04) | color: oklch(0.8553 0.1681 95.04) | |
| Lab | lab(83.28 -1.87 78.48) | color: lab(83.28 -1.87 78.48) | |
| LCH | lch(83.28 78.5 91.36) | color: lch(83.28 78.5 91.36) |
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)
#E2E24E — rgb(226, 226, 78)
Deuteranopia (Green-blind)
#E4E758 — rgb(228, 231, 88)
Tritanopia (Blue-blind)
#F06E75 — rgb(240, 110, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 89%, 55%);
text
color: hsl(49, 89%, 55%);
border
border: 2px solid hsl(49, 89%, 55%);
gradient light
background: linear-gradient(to right, hsl(49, 89%, 75%), hsl(49, 89%, 55%));
gradient dark
background: linear-gradient(to right, hsl(49, 89%, 55%), hsl(49, 89%, 35%))
hex
background-color: #F2CD26;
tailwind
bg-[hsl(49,89%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 89%, 55%, 0.4);
css variable
--color-primary: hsl(49, 89%, 55%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 89%, 55%)?
HEX: #F2CD26 | RGB: rgb(242, 205, 38) | CMYK: 0%, 15%, 84%, 5% | HSV: 49°, 84%, 95%. Copy any format from the conversion table above.
What colors go well with #F2CD26?
The complementary color is HSL(229, 89%, 55%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 89%, 55%) in CSS?
As HSL: color: hsl(49, 89%, 55%); — As HEX: color: #F2CD26; — As RGB: color: rgb(242, 205, 38); — Tailwind CSS: bg-[hsl(49,89%,55%)] — CSS variable: --color-primary: hsl(49, 89%, 55%);