HSL(46, 70%, 33%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,70%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 70%, 33%) | color: hsl(46, 70%, 33%) | |
| HEX | #8F7419 | color: #8F7419 | |
| RGB | rgb(143, 116, 25) | color: rgb(143, 116, 25) | |
| CMYK | cmyk(0%, 19%, 83%, 44%) | — | |
| HSV | hsv(46, 83%, 56%) | — | |
| HWB | hwb(46 10% 44%) | color: hwb(46 10% 44%) | |
| OKLCH | oklch(0.5694 0.1079 90.97) | color: oklch(0.5694 0.1079 90.97) | |
| Lab | lab(49.98 1.4 49.95) | color: lab(49.98 1.4 49.95) | |
| LCH | lch(49.98 49.97 88.39) | color: lch(49.98 49.97 88.39) |
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)
#83832F — rgb(131, 131, 47)
Deuteranopia (Green-blind)
#858734 — rgb(133, 135, 52)
Tritanopia (Blue-blind)
#8E4044 — rgb(142, 64, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 70%, 33%);
text
color: hsl(46, 70%, 33%);
border
border: 2px solid hsl(46, 70%, 33%);
gradient light
background: linear-gradient(to right, hsl(46, 70%, 53%), hsl(46, 70%, 33%));
gradient dark
background: linear-gradient(to right, hsl(46, 70%, 33%), hsl(46, 70%, 13%))
hex
background-color: #8F7419;
tailwind
bg-[hsl(46,70%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 70%, 33%, 0.4);
css variable
--color-primary: hsl(46, 70%, 33%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 70%, 33%)?
HEX: #8F7419 | RGB: rgb(143, 116, 25) | CMYK: 0%, 19%, 83%, 44% | HSV: 46°, 83%, 56%. Copy any format from the conversion table above.
What colors go well with #8F7419?
The complementary color is HSL(226, 70%, 33%). 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, 70%, 33%) in CSS?
As HSL: color: hsl(46, 70%, 33%); — As HEX: color: #8F7419; — As RGB: color: rgb(143, 116, 25); — Tailwind CSS: bg-[hsl(46,70%,33%)] — CSS variable: --color-primary: hsl(46, 70%, 33%);