HSL(46, 25%, 35%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,25%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 25%, 35%) | color: hsl(46, 25%, 35%) | |
| HEX | #706543 | color: #706543 | |
| RGB | rgb(112, 101, 67) | color: rgb(112, 101, 67) | |
| CMYK | cmyk(0%, 10%, 40%, 56%) | — | |
| HSV | hsv(45, 40%, 44%) | — | |
| HWB | hwb(45 26% 56%) | color: hwb(45 26% 56%) | |
| OKLCH | oklch(0.5083 0.0515 92.23) | color: oklch(0.5083 0.0515 92.23) | |
| Lab | lab(43 -1.07 20.85) | color: lab(43 -1.07 20.85) | |
| LCH | lch(43 20.88 92.94) | color: lch(43 20.88 92.94) |
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)
#6B6B4B — rgb(107, 107, 75)
Deuteranopia (Green-blind)
#6C6D4D — rgb(108, 109, 77)
Tritanopia (Blue-blind)
#6F5253 — rgb(111, 82, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 25%, 35%);
text
color: hsl(46, 25%, 35%);
border
border: 2px solid hsl(46, 25%, 35%);
gradient light
background: linear-gradient(to right, hsl(46, 25%, 55%), hsl(46, 25%, 35%));
gradient dark
background: linear-gradient(to right, hsl(46, 25%, 35%), hsl(46, 25%, 15%))
hex
background-color: #706543;
tailwind
bg-[hsl(46,25%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 25%, 35%, 0.4);
css variable
--color-primary: hsl(46, 25%, 35%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 25%, 35%)?
HEX: #706543 | RGB: rgb(112, 101, 67) | CMYK: 0%, 10%, 40%, 56% | HSV: 45°, 40%, 44%. Copy any format from the conversion table above.
What colors go well with #706543?
The complementary color is HSL(226, 25%, 35%). 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, 25%, 35%) in CSS?
As HSL: color: hsl(46, 25%, 35%); — As HEX: color: #706543; — As RGB: color: rgb(112, 101, 67); — Tailwind CSS: bg-[hsl(46,25%,35%)] — CSS variable: --color-primary: hsl(46, 25%, 35%);