HSL(53, 89%, 63%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,89%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 89%, 63%) | color: hsl(53, 89%, 63%) | |
| HEX | #F5E14D | color: #F5E14D | |
| RGB | rgb(245, 225, 77) | color: rgb(245, 225, 77) | |
| CMYK | cmyk(0%, 8%, 69%, 4%) | — | |
| HSV | hsv(53, 69%, 96%) | — | |
| HWB | hwb(53 30% 4%) | color: hwb(53 30% 4%) | |
| OKLCH | oklch(0.9005 0.1626 101.48) | color: oklch(0.9005 0.1626 101.48) | |
| Lab | lab(88.83 -9.25 71.4) | color: lab(88.83 -9.25 71.4) | |
| LCH | lch(88.83 72 97.38) | color: lch(88.83 72 97.38) |
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)
#ECEC71 — rgb(236, 236, 113)
Deuteranopia (Green-blind)
#EEEF79 — rgb(238, 239, 121)
Tritanopia (Blue-blind)
#F48D93 — rgb(244, 141, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 89%, 63%);
text
color: hsl(53, 89%, 63%);
border
border: 2px solid hsl(53, 89%, 63%);
gradient light
background: linear-gradient(to right, hsl(53, 89%, 83%), hsl(53, 89%, 63%));
gradient dark
background: linear-gradient(to right, hsl(53, 89%, 63%), hsl(53, 89%, 43%))
hex
background-color: #F5E14D;
tailwind
bg-[hsl(53,89%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 89%, 63%, 0.4);
css variable
--color-primary: hsl(53, 89%, 63%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 89%, 63%)?
HEX: #F5E14D | RGB: rgb(245, 225, 77) | CMYK: 0%, 8%, 69%, 4% | HSV: 53°, 69%, 96%. Copy any format from the conversion table above.
What colors go well with #F5E14D?
The complementary color is HSL(233, 89%, 63%). 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, 89%, 63%) in CSS?
As HSL: color: hsl(53, 89%, 63%); — As HEX: color: #F5E14D; — As RGB: color: rgb(245, 225, 77); — Tailwind CSS: bg-[hsl(53,89%,63%)] — CSS variable: --color-primary: hsl(53, 89%, 63%);