HSL(46, 20%, 40%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,20%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 20%, 40%) | color: hsl(46, 20%, 40%) | |
| HEX | #7A7152 | color: #7A7152 | |
| RGB | rgb(122, 113, 82) | color: rgb(122, 113, 82) | |
| CMYK | cmyk(0%, 7%, 33%, 52%) | — | |
| HSV | hsv(47, 33%, 48%) | — | |
| HWB | hwb(47 32% 52%) | color: hwb(47 32% 52%) | |
| OKLCH | oklch(0.5486 0.0465 93.83) | color: oklch(0.5486 0.0465 93.83) | |
| Lab | lab(47.7 -1.66 18.51) | color: lab(47.7 -1.66 18.51) | |
| LCH | lch(47.7 18.58 95.12) | color: lch(47.7 18.58 95.12) |
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)
#76765A — rgb(118, 118, 90)
Deuteranopia (Green-blind)
#77775B — rgb(119, 119, 91)
Tritanopia (Blue-blind)
#7A5F61 — rgb(122, 95, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 20%, 40%);
text
color: hsl(46, 20%, 40%);
border
border: 2px solid hsl(46, 20%, 40%);
gradient light
background: linear-gradient(to right, hsl(46, 20%, 60%), hsl(46, 20%, 40%));
gradient dark
background: linear-gradient(to right, hsl(46, 20%, 40%), hsl(46, 20%, 20%))
hex
background-color: #7A7152;
tailwind
bg-[hsl(46,20%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 20%, 40%, 0.4);
css variable
--color-primary: hsl(46, 20%, 40%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 20%, 40%)?
HEX: #7A7152 | RGB: rgb(122, 113, 82) | CMYK: 0%, 7%, 33%, 52% | HSV: 47°, 33%, 48%. Copy any format from the conversion table above.
What colors go well with #7A7152?
The complementary color is HSL(226, 20%, 40%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 20%, 40%) in CSS?
As HSL: color: hsl(46, 20%, 40%); — As HEX: color: #7A7152; — As RGB: color: rgb(122, 113, 82); — Tailwind CSS: bg-[hsl(46,20%,40%)] — CSS variable: --color-primary: hsl(46, 20%, 40%);