HSL(53, 85%, 53%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,85%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 85%, 53%) | color: hsl(53, 85%, 53%) | |
| HEX | #EDD521 | color: #EDD521 | |
| RGB | rgb(237, 213, 33) | color: rgb(237, 213, 33) | |
| CMYK | cmyk(0%, 10%, 86%, 7%) | — | |
| HSV | hsv(53, 86%, 93%) | — | |
| HWB | hwb(53 13% 7%) | color: hwb(53 13% 7%) | |
| OKLCH | oklch(0.8666 0.1748 100.74) | color: oklch(0.8666 0.1748 100.74) | |
| Lab | lab(84.85 -8.17 80.69) | color: lab(84.85 -8.17 80.69) | |
| LCH | lch(84.85 81.1 95.78) | color: lch(84.85 81.1 95.78) |
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)
#E3E24D — rgb(227, 226, 77)
Deuteranopia (Green-blind)
#E4E657 — rgb(228, 230, 87)
Tritanopia (Blue-blind)
#EC6F77 — rgb(236, 111, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 85%, 53%);
text
color: hsl(53, 85%, 53%);
border
border: 2px solid hsl(53, 85%, 53%);
gradient light
background: linear-gradient(to right, hsl(53, 85%, 73%), hsl(53, 85%, 53%));
gradient dark
background: linear-gradient(to right, hsl(53, 85%, 53%), hsl(53, 85%, 33%))
hex
background-color: #EDD521;
tailwind
bg-[hsl(53,85%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 85%, 53%, 0.4);
css variable
--color-primary: hsl(53, 85%, 53%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 85%, 53%)?
HEX: #EDD521 | RGB: rgb(237, 213, 33) | CMYK: 0%, 10%, 86%, 7% | HSV: 53°, 86%, 93%. Copy any format from the conversion table above.
What colors go well with #EDD521?
The complementary color is HSL(233, 85%, 53%). 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, 85%, 53%) in CSS?
As HSL: color: hsl(53, 85%, 53%); — As HEX: color: #EDD521; — As RGB: color: rgb(237, 213, 33); — Tailwind CSS: bg-[hsl(53,85%,53%)] — CSS variable: --color-primary: hsl(53, 85%, 53%);