HSL(47, 100%, 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(47,100%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 100%, 55%) | color: hsl(47, 100%, 55%) | |
| HEX | #FFCD1A | color: #FFCD1A | |
| RGB | rgb(255, 205, 26) | color: rgb(255, 205, 26) | |
| CMYK | cmyk(0%, 20%, 90%, 0%) | — | |
| HSV | hsv(47, 90%, 100%) | — | |
| HWB | hwb(47 10% 0%) | color: hwb(47 10% 0%) | |
| OKLCH | oklch(0.8676 0.1734 90.34) | color: oklch(0.8676 0.1734 90.34) | |
| Lab | lab(84.48 3.43 82.44) | color: lab(84.48 3.43 82.44) | |
| LCH | lch(84.48 82.51 87.62) | color: lch(84.48 82.51 87.62) |
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)
#E9E945 — rgb(233, 233, 69)
Deuteranopia (Green-blind)
#ECF050 — rgb(236, 240, 80)
Tritanopia (Blue-blind)
#FD686F — rgb(253, 104, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 100%, 55%);
text
color: hsl(47, 100%, 55%);
border
border: 2px solid hsl(47, 100%, 55%);
gradient light
background: linear-gradient(to right, hsl(47, 100%, 75%), hsl(47, 100%, 55%));
gradient dark
background: linear-gradient(to right, hsl(47, 100%, 55%), hsl(47, 100%, 35%))
hex
background-color: #FFCD1A;
tailwind
bg-[hsl(47,100%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 100%, 55%, 0.4);
css variable
--color-primary: hsl(47, 100%, 55%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 100%, 55%)?
HEX: #FFCD1A | RGB: rgb(255, 205, 26) | CMYK: 0%, 20%, 90%, 0% | HSV: 47°, 90%, 100%. Copy any format from the conversion table above.
What colors go well with #FFCD1A?
The complementary color is HSL(227, 100%, 55%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 100%, 55%) in CSS?
As HSL: color: hsl(47, 100%, 55%); — As HEX: color: #FFCD1A; — As RGB: color: rgb(255, 205, 26); — Tailwind CSS: bg-[hsl(47,100%,55%)] — CSS variable: --color-primary: hsl(47, 100%, 55%);