HSL(53, 91%, 68%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,91%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 91%, 68%) | color: hsl(53, 91%, 68%) | |
| HEX | #F8E663 | color: #F8E663 | |
| RGB | rgb(248, 230, 99) | color: rgb(248, 230, 99) | |
| CMYK | cmyk(0%, 7%, 60%, 3%) | — | |
| HSV | hsv(53, 60%, 97%) | — | |
| HWB | hwb(53 39% 3%) | color: hwb(53 39% 3%) | |
| OKLCH | oklch(0.9152 0.1508 101.52) | color: oklch(0.9152 0.1508 101.52) | |
| Lab | lab(90.53 -9.24 64.38) | color: lab(90.53 -9.24 64.38) | |
| LCH | lch(90.53 65.04 98.17) | color: lch(90.53 65.04 98.17) |
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)
#F0F083 — rgb(240, 240, 131)
Deuteranopia (Green-blind)
#F1F38A — rgb(241, 243, 138)
Tritanopia (Blue-blind)
#F79CA1 — rgb(247, 156, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 91%, 68%);
text
color: hsl(53, 91%, 68%);
border
border: 2px solid hsl(53, 91%, 68%);
gradient light
background: linear-gradient(to right, hsl(53, 91%, 88%), hsl(53, 91%, 68%));
gradient dark
background: linear-gradient(to right, hsl(53, 91%, 68%), hsl(53, 91%, 48%))
hex
background-color: #F8E663;
tailwind
bg-[hsl(53,91%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 91%, 68%, 0.4);
css variable
--color-primary: hsl(53, 91%, 68%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 91%, 68%)?
HEX: #F8E663 | RGB: rgb(248, 230, 99) | CMYK: 0%, 7%, 60%, 3% | HSV: 53°, 60%, 97%. Copy any format from the conversion table above.
What colors go well with #F8E663?
The complementary color is HSL(233, 91%, 68%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 91%, 68%) in CSS?
As HSL: color: hsl(53, 91%, 68%); — As HEX: color: #F8E663; — As RGB: color: rgb(248, 230, 99); — Tailwind CSS: bg-[hsl(53,91%,68%)] — CSS variable: --color-primary: hsl(53, 91%, 68%);