HSL(35, 43%, 40%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,43%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 43%, 40%) | color: hsl(35, 43%, 40%) | |
| HEX | #926D3A | color: #926D3A | |
| RGB | rgb(146, 109, 58) | color: rgb(146, 109, 58) | |
| CMYK | cmyk(0%, 25%, 60%, 43%) | — | |
| HSV | hsv(35, 60%, 57%) | — | |
| HWB | hwb(35 23% 43%) | color: hwb(35 23% 43%) | |
| OKLCH | oklch(0.561 0.0827 73.56) | color: oklch(0.561 0.0827 73.56) | |
| Lab | lab(48.7 8.7 33.8) | color: lab(48.7 8.7 33.8) | |
| LCH | lch(48.7 34.9 75.57) | color: lch(48.7 34.9 75.57) |
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)
#828246 — rgb(130, 130, 70)
Deuteranopia (Green-blind)
#848749 — rgb(132, 135, 73)
Tritanopia (Blue-blind)
#905052 — rgb(144, 80, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 43%, 40%);
text
color: hsl(35, 43%, 40%);
border
border: 2px solid hsl(35, 43%, 40%);
gradient light
background: linear-gradient(to right, hsl(35, 43%, 60%), hsl(35, 43%, 40%));
gradient dark
background: linear-gradient(to right, hsl(35, 43%, 40%), hsl(35, 43%, 20%))
hex
background-color: #926D3A;
tailwind
bg-[hsl(35,43%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 43%, 40%, 0.4);
css variable
--color-primary: hsl(35, 43%, 40%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 43%, 40%)?
HEX: #926D3A | RGB: rgb(146, 109, 58) | CMYK: 0%, 25%, 60%, 43% | HSV: 35°, 60%, 57%. Copy any format from the conversion table above.
What colors go well with #926D3A?
The complementary color is HSL(215, 43%, 40%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 43%, 40%) in CSS?
As HSL: color: hsl(35, 43%, 40%); — As HEX: color: #926D3A; — As RGB: color: rgb(146, 109, 58); — Tailwind CSS: bg-[hsl(35,43%,40%)] — CSS variable: --color-primary: hsl(35, 43%, 40%);