HSL(47, 55%, 62%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,55%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 55%, 62%) | color: hsl(47, 55%, 62%) | |
| HEX | #D3BC69 | color: #D3BC69 | |
| RGB | rgb(211, 188, 105) | color: rgb(211, 188, 105) | |
| CMYK | cmyk(0%, 11%, 50%, 17%) | — | |
| HSV | hsv(47, 50%, 83%) | — | |
| HWB | hwb(47 42% 17%) | color: hwb(47 42% 17%) | |
| OKLCH | oklch(0.7973 0.1067 94.29) | color: oklch(0.7973 0.1067 94.29) | |
| Lab | lab(76.58 -2.55 44.66) | color: lab(76.58 -2.55 44.66) | |
| LCH | lch(76.58 44.73 93.27) | color: lch(76.58 44.73 93.27) |
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)
#C9C97D — rgb(201, 201, 125)
Deuteranopia (Green-blind)
#CACC82 — rgb(202, 204, 130)
Tritanopia (Blue-blind)
#D28D90 — rgb(210, 141, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 55%, 62%);
text
color: hsl(47, 55%, 62%);
border
border: 2px solid hsl(47, 55%, 62%);
gradient light
background: linear-gradient(to right, hsl(47, 55%, 82%), hsl(47, 55%, 62%));
gradient dark
background: linear-gradient(to right, hsl(47, 55%, 62%), hsl(47, 55%, 42%))
hex
background-color: #D3BC69;
tailwind
bg-[hsl(47,55%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 55%, 62%, 0.4);
css variable
--color-primary: hsl(47, 55%, 62%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 55%, 62%)?
HEX: #D3BC69 | RGB: rgb(211, 188, 105) | CMYK: 0%, 11%, 50%, 17% | HSV: 47°, 50%, 83%. Copy any format from the conversion table above.
What colors go well with #D3BC69?
The complementary color is HSL(227, 55%, 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, 55%, 62%) in CSS?
As HSL: color: hsl(47, 55%, 62%); — As HEX: color: #D3BC69; — As RGB: color: rgb(211, 188, 105); — Tailwind CSS: bg-[hsl(47,55%,62%)] — CSS variable: --color-primary: hsl(47, 55%, 62%);