HSL(47, 40%, 42%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,40%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 40%, 42%) | color: hsl(47, 40%, 42%) | |
| HEX | #968340 | color: #968340 | |
| RGB | rgb(150, 131, 64) | color: rgb(150, 131, 64) | |
| CMYK | cmyk(0%, 13%, 57%, 41%) | — | |
| HSV | hsv(47, 57%, 59%) | — | |
| HWB | hwb(47 25% 41%) | color: hwb(47 25% 41%) | |
| OKLCH | oklch(0.613 0.09 93.76) | color: oklch(0.613 0.09 93.76) | |
| Lab | lab(55.16 -1.52 38.35) | color: lab(55.16 -1.52 38.35) | |
| LCH | lch(55.16 38.38 92.27) | color: lch(55.16 38.38 92.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)
#8E8E50 — rgb(142, 142, 80)
Deuteranopia (Green-blind)
#8F9054 — rgb(143, 144, 84)
Tritanopia (Blue-blind)
#955D60 — rgb(149, 93, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 40%, 42%);
text
color: hsl(47, 40%, 42%);
border
border: 2px solid hsl(47, 40%, 42%);
gradient light
background: linear-gradient(to right, hsl(47, 40%, 62%), hsl(47, 40%, 42%));
gradient dark
background: linear-gradient(to right, hsl(47, 40%, 42%), hsl(47, 40%, 22%))
hex
background-color: #968340;
tailwind
bg-[hsl(47,40%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 40%, 42%, 0.4);
css variable
--color-primary: hsl(47, 40%, 42%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 40%, 42%)?
HEX: #968340 | RGB: rgb(150, 131, 64) | CMYK: 0%, 13%, 57%, 41% | HSV: 47°, 57%, 59%. Copy any format from the conversion table above.
What colors go well with #968340?
The complementary color is HSL(227, 40%, 42%). 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, 40%, 42%) in CSS?
As HSL: color: hsl(47, 40%, 42%); — As HEX: color: #968340; — As RGB: color: rgb(150, 131, 64); — Tailwind CSS: bg-[hsl(47,40%,42%)] — CSS variable: --color-primary: hsl(47, 40%, 42%);