HSL(47, 84%, 62%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,84%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 84%, 62%) | color: hsl(47, 84%, 62%) | |
| HEX | #EFCC4D | color: #EFCC4D | |
| RGB | rgb(239, 204, 77) | color: rgb(239, 204, 77) | |
| CMYK | cmyk(0%, 15%, 68%, 6%) | — | |
| HSV | hsv(47, 68%, 94%) | — | |
| HWB | hwb(47 30% 6%) | color: hwb(47 30% 6%) | |
| OKLCH | oklch(0.8527 0.1468 93.46) | color: oklch(0.8527 0.1468 93.46) | |
| Lab | lab(82.95 -1.13 65.25) | color: lab(82.95 -1.13 65.25) | |
| LCH | lch(82.95 65.26 90.99) | color: lch(82.95 65.26 90.99) |
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)
#E0E06C — rgb(224, 224, 108)
Deuteranopia (Green-blind)
#E2E573 — rgb(226, 229, 115)
Tritanopia (Blue-blind)
#ED8489 — rgb(237, 132, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 84%, 62%);
text
color: hsl(47, 84%, 62%);
border
border: 2px solid hsl(47, 84%, 62%);
gradient light
background: linear-gradient(to right, hsl(47, 84%, 82%), hsl(47, 84%, 62%));
gradient dark
background: linear-gradient(to right, hsl(47, 84%, 62%), hsl(47, 84%, 42%))
hex
background-color: #EFCC4D;
tailwind
bg-[hsl(47,84%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 84%, 62%, 0.4);
css variable
--color-primary: hsl(47, 84%, 62%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 84%, 62%)?
HEX: #EFCC4D | RGB: rgb(239, 204, 77) | CMYK: 0%, 15%, 68%, 6% | HSV: 47°, 68%, 94%. Copy any format from the conversion table above.
What colors go well with #EFCC4D?
The complementary color is HSL(227, 84%, 62%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 84%, 62%) in CSS?
As HSL: color: hsl(47, 84%, 62%); — As HEX: color: #EFCC4D; — As RGB: color: rgb(239, 204, 77); — Tailwind CSS: bg-[hsl(47,84%,62%)] — CSS variable: --color-primary: hsl(47, 84%, 62%);