HSL(52, 91%, 63%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(52,91%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 91%, 63%) | color: hsl(52, 91%, 63%) | |
| HEX | #F7E04B | color: #F7E04B | |
| RGB | rgb(247, 224, 75) | color: rgb(247, 224, 75) | |
| CMYK | cmyk(0%, 9%, 70%, 3%) | — | |
| HSV | hsv(52, 70%, 97%) | — | |
| HWB | hwb(52 29% 3%) | color: hwb(52 29% 3%) | |
| OKLCH | oklch(0.9001 0.1631 100.31) | color: oklch(0.9001 0.1631 100.31) | |
| Lab | lab(88.73 -8.03 72.1) | color: lab(88.73 -8.03 72.1) | |
| LCH | lch(88.73 72.55 96.36) | color: lch(88.73 72.55 96.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)
#EDED6F — rgb(237, 237, 111)
Deuteranopia (Green-blind)
#EEF078 — rgb(238, 240, 120)
Tritanopia (Blue-blind)
#F68C92 — rgb(246, 140, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 91%, 63%);
text
color: hsl(52, 91%, 63%);
border
border: 2px solid hsl(52, 91%, 63%);
gradient light
background: linear-gradient(to right, hsl(52, 91%, 83%), hsl(52, 91%, 63%));
gradient dark
background: linear-gradient(to right, hsl(52, 91%, 63%), hsl(52, 91%, 43%))
hex
background-color: #F7E04B;
tailwind
bg-[hsl(52,91%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 91%, 63%, 0.4);
css variable
--color-primary: hsl(52, 91%, 63%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 91%, 63%)?
HEX: #F7E04B | RGB: rgb(247, 224, 75) | CMYK: 0%, 9%, 70%, 3% | HSV: 52°, 70%, 97%. Copy any format from the conversion table above.
What colors go well with #F7E04B?
The complementary color is HSL(232, 91%, 63%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(52, 91%, 63%) in CSS?
As HSL: color: hsl(52, 91%, 63%); — As HEX: color: #F7E04B; — As RGB: color: rgb(247, 224, 75); — Tailwind CSS: bg-[hsl(52,91%,63%)] — CSS variable: --color-primary: hsl(52, 91%, 63%);