HSL(47, 66%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,66%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 66%, 65%) | color: hsl(47, 66%, 65%) | |
| HEX | #E1C76B | color: #E1C76B | |
| RGB | rgb(225, 199, 107) | color: rgb(225, 199, 107) | |
| CMYK | cmyk(0%, 12%, 52%, 12%) | — | |
| HSV | hsv(47, 52%, 88%) | — | |
| HWB | hwb(47 42% 12%) | color: hwb(47 42% 12%) | |
| OKLCH | oklch(0.8328 0.1161 93.94) | color: oklch(0.8328 0.1161 93.94) | |
| Lab | lab(80.69 -2.33 48.94) | color: lab(80.69 -2.33 48.94) | |
| LCH | lch(80.69 49 92.73) | color: lch(80.69 49 92.73) |
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)
#D6D681 — rgb(214, 214, 129)
Deuteranopia (Green-blind)
#D7D987 — rgb(215, 217, 135)
Tritanopia (Blue-blind)
#E09397 — rgb(224, 147, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 66%, 65%);
text
color: hsl(47, 66%, 65%);
border
border: 2px solid hsl(47, 66%, 65%);
gradient light
background: linear-gradient(to right, hsl(47, 66%, 85%), hsl(47, 66%, 65%));
gradient dark
background: linear-gradient(to right, hsl(47, 66%, 65%), hsl(47, 66%, 45%))
hex
background-color: #E1C76B;
tailwind
bg-[hsl(47,66%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 66%, 65%, 0.4);
css variable
--color-primary: hsl(47, 66%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 66%, 65%)?
HEX: #E1C76B | RGB: rgb(225, 199, 107) | CMYK: 0%, 12%, 52%, 12% | HSV: 47°, 52%, 88%. Copy any format from the conversion table above.
What colors go well with #E1C76B?
The complementary color is HSL(227, 66%, 65%). 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, 66%, 65%) in CSS?
As HSL: color: hsl(47, 66%, 65%); — As HEX: color: #E1C76B; — As RGB: color: rgb(225, 199, 107); — Tailwind CSS: bg-[hsl(47,66%,65%)] — CSS variable: --color-primary: hsl(47, 66%, 65%);