HSL(47, 20%, 37%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,20%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 20%, 37%) | color: hsl(47, 20%, 37%) | |
| HEX | #71694B | color: #71694B | |
| RGB | rgb(113, 105, 75) | color: rgb(113, 105, 75) | |
| CMYK | cmyk(0%, 7%, 34%, 56%) | — | |
| HSV | hsv(47, 34%, 44%) | — | |
| HWB | hwb(47 29% 56%) | color: hwb(47 29% 56%) | |
| OKLCH | oklch(0.5201 0.0453 94.96) | color: oklch(0.5201 0.0453 94.96) | |
| Lab | lab(44.41 -1.9 18.04) | color: lab(44.41 -1.9 18.04) | |
| LCH | lch(44.41 18.14 96.01) | color: lch(44.41 18.14 96.01) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6E6D52 — rgb(110, 109, 82)
Deuteranopia (Green-blind)
#6E6F54 — rgb(110, 111, 84)
Tritanopia (Blue-blind)
#715859 — rgb(113, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 20%, 37%);
text
color: hsl(47, 20%, 37%);
border
border: 2px solid hsl(47, 20%, 37%);
gradient light
background: linear-gradient(to right, hsl(47, 20%, 57%), hsl(47, 20%, 37%));
gradient dark
background: linear-gradient(to right, hsl(47, 20%, 37%), hsl(47, 20%, 17%))
hex
background-color: #71694B;
tailwind
bg-[hsl(47,20%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 20%, 37%, 0.4);
css variable
--color-primary: hsl(47, 20%, 37%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 20%, 37%)?
HEX: #71694B | RGB: rgb(113, 105, 75) | CMYK: 0%, 7%, 34%, 56% | HSV: 47°, 34%, 44%. Copy any format from the conversion table above.
What colors go well with #71694B?
The complementary color is HSL(227, 20%, 37%). 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, 20%, 37%) in CSS?
As HSL: color: hsl(47, 20%, 37%); — As HEX: color: #71694B; — As RGB: color: rgb(113, 105, 75); — Tailwind CSS: bg-[hsl(47,20%,37%)] — CSS variable: --color-primary: hsl(47, 20%, 37%);