HSL(61, 87%, 53%)
Vivid Yellow — Yellow color
Adjust Color
Color Information
Color Name
Vivid Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,87%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 87%, 53%) | color: hsl(61, 87%, 53%) | |
| HEX | #ECEF1F | color: #ECEF1F | |
| RGB | rgb(236, 239, 31) | color: rgb(236, 239, 31) | |
| CMYK | cmyk(1%, 0%, 87%, 6%) | — | |
| HSV | hsv(61, 87%, 94%) | — | |
| HWB | hwb(61 12% 6%) | color: hwb(61 12% 6%) | |
| OKLCH | oklch(0.9197 0.1968 110.65) | color: oklch(0.9197 0.1968 110.65) | |
| Lab | lab(91.54 -21.4 86.39) | color: lab(91.54 -21.4 86.39) | |
| LCH | lch(91.54 89 103.91) | color: lch(91.54 89 103.91) |
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)
#EDED51 — rgb(237, 237, 81)
Deuteranopia (Green-blind)
#EDED5D — rgb(237, 237, 93)
Tritanopia (Blue-blind)
#EC7982 — rgb(236, 121, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 87%, 53%);
text
color: hsl(61, 87%, 53%);
border
border: 2px solid hsl(61, 87%, 53%);
gradient light
background: linear-gradient(to right, hsl(61, 87%, 73%), hsl(61, 87%, 53%));
gradient dark
background: linear-gradient(to right, hsl(61, 87%, 53%), hsl(61, 87%, 33%))
hex
background-color: #ECEF1F;
tailwind
bg-[hsl(61,87%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 87%, 53%, 0.4);
css variable
--color-primary: hsl(61, 87%, 53%);
Related Colors
Use Cases for Vivid Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 87%, 53%)?
HEX: #ECEF1F | RGB: rgb(236, 239, 31) | CMYK: 1%, 0%, 87%, 6% | HSV: 61°, 87%, 94%. Copy any format from the conversion table above.
What colors go well with #ECEF1F?
The complementary color is HSL(241, 87%, 53%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 87%, 53%) in CSS?
As HSL: color: hsl(61, 87%, 53%); — As HEX: color: #ECEF1F; — As RGB: color: rgb(236, 239, 31); — Tailwind CSS: bg-[hsl(61,87%,53%)] — CSS variable: --color-primary: hsl(61, 87%, 53%);