HSL(51, 97%, 50%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(51,97%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(51, 97%, 50%) | color: hsl(51, 97%, 50%) | |
| HEX | #FBD604 | color: #FBD604 | |
| RGB | rgb(251, 214, 4) | color: rgb(251, 214, 4) | |
| CMYK | cmyk(0%, 15%, 98%, 2%) | — | |
| HSV | hsv(51, 98%, 98%) | — | |
| HWB | hwb(51 2% 2%) | color: hwb(51 2% 2%) | |
| OKLCH | oklch(0.881 0.1809 96.33) | color: oklch(0.881 0.1809 96.33) | |
| Lab | lab(86.31 -3.09 86.18) | color: lab(86.31 -3.09 86.18) | |
| LCH | lch(86.31 86.24 92.05) | color: lch(86.31 86.24 92.05) |
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)
#EBEB37 — rgb(235, 235, 55)
Deuteranopia (Green-blind)
#EDF043 — rgb(237, 240, 67)
Tritanopia (Blue-blind)
#F95F68 — rgb(249, 95, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(51, 97%, 50%);
text
color: hsl(51, 97%, 50%);
border
border: 2px solid hsl(51, 97%, 50%);
gradient light
background: linear-gradient(to right, hsl(51, 97%, 70%), hsl(51, 97%, 50%));
gradient dark
background: linear-gradient(to right, hsl(51, 97%, 50%), hsl(51, 97%, 30%))
hex
background-color: #FBD604;
tailwind
bg-[hsl(51,97%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(51, 97%, 50%, 0.4);
css variable
--color-primary: hsl(51, 97%, 50%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(51, 97%, 50%)?
HEX: #FBD604 | RGB: rgb(251, 214, 4) | CMYK: 0%, 15%, 98%, 2% | HSV: 51°, 98%, 98%. Copy any format from the conversion table above.
What colors go well with #FBD604?
The complementary color is HSL(231, 97%, 50%). For a triadic harmony, use hues 51°, 171°, and 291°. For analogous combinations, try hues 21° and 81°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(51, 97%, 50%) in CSS?
As HSL: color: hsl(51, 97%, 50%); — As HEX: color: #FBD604; — As RGB: color: rgb(251, 214, 4); — Tailwind CSS: bg-[hsl(51,97%,50%)] — CSS variable: --color-primary: hsl(51, 97%, 50%);