HSL(47, 54%, 73%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,54%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 54%, 73%) | color: hsl(47, 54%, 73%) | |
| HEX | #DFCF95 | color: #DFCF95 | |
| RGB | rgb(223, 207, 149) | color: rgb(223, 207, 149) | |
| CMYK | cmyk(0%, 7%, 33%, 13%) | — | |
| HSV | hsv(47, 33%, 87%) | — | |
| HWB | hwb(47 58% 13%) | color: hwb(47 58% 13%) | |
| OKLCH | oklch(0.8539 0.0773 94.53) | color: oklch(0.8539 0.0773 94.53) | |
| Lab | lab(83.17 -2.95 30.89) | color: lab(83.17 -2.95 30.89) | |
| LCH | lch(83.17 31.03 95.46) | color: lch(83.17 31.03 95.46) |
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)
#D8D8A3 — rgb(216, 216, 163)
Deuteranopia (Green-blind)
#D9DAA6 — rgb(217, 218, 166)
Tritanopia (Blue-blind)
#DEAEB1 — rgb(222, 174, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 54%, 73%);
text
color: hsl(47, 54%, 73%);
border
border: 2px solid hsl(47, 54%, 73%);
gradient light
background: linear-gradient(to right, hsl(47, 54%, 93%), hsl(47, 54%, 73%));
gradient dark
background: linear-gradient(to right, hsl(47, 54%, 73%), hsl(47, 54%, 53%))
hex
background-color: #DFCF95;
tailwind
bg-[hsl(47,54%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 54%, 73%, 0.4);
css variable
--color-primary: hsl(47, 54%, 73%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 54%, 73%)?
HEX: #DFCF95 | RGB: rgb(223, 207, 149) | CMYK: 0%, 7%, 33%, 13% | HSV: 47°, 33%, 87%. Copy any format from the conversion table above.
What colors go well with #DFCF95?
The complementary color is HSL(227, 54%, 73%). 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, 54%, 73%) in CSS?
As HSL: color: hsl(47, 54%, 73%); — As HEX: color: #DFCF95; — As RGB: color: rgb(223, 207, 149); — Tailwind CSS: bg-[hsl(47,54%,73%)] — CSS variable: --color-primary: hsl(47, 54%, 73%);