HSL(41, 65%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,65%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 65%, 35%) | color: hsl(41, 65%, 35%) | |
| HEX | #936F1F | color: #936F1F | |
| RGB | rgb(147, 111, 31) | color: rgb(147, 111, 31) | |
| CMYK | cmyk(0%, 24%, 79%, 42%) | — | |
| HSV | hsv(41, 79%, 58%) | — | |
| HWB | hwb(41 12% 42%) | color: hwb(41 12% 42%) | |
| OKLCH | oklch(0.5635 0.1038 82.91) | color: oklch(0.5635 0.1038 82.91) | |
| Lab | lab(49.1 6.36 47.1) | color: lab(49.1 6.36 47.1) | |
| LCH | lch(49.1 47.53 82.31) | color: lch(49.1 47.53 82.31) |
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)
#838332 — rgb(131, 131, 50)
Deuteranopia (Green-blind)
#868837 — rgb(134, 136, 55)
Tritanopia (Blue-blind)
#914245 — rgb(145, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 65%, 35%);
text
color: hsl(41, 65%, 35%);
border
border: 2px solid hsl(41, 65%, 35%);
gradient light
background: linear-gradient(to right, hsl(41, 65%, 55%), hsl(41, 65%, 35%));
gradient dark
background: linear-gradient(to right, hsl(41, 65%, 35%), hsl(41, 65%, 15%))
hex
background-color: #936F1F;
tailwind
bg-[hsl(41,65%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 65%, 35%, 0.4);
css variable
--color-primary: hsl(41, 65%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 65%, 35%)?
HEX: #936F1F | RGB: rgb(147, 111, 31) | CMYK: 0%, 24%, 79%, 42% | HSV: 41°, 79%, 58%. Copy any format from the conversion table above.
What colors go well with #936F1F?
The complementary color is HSL(221, 65%, 35%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 65%, 35%) in CSS?
As HSL: color: hsl(41, 65%, 35%); — As HEX: color: #936F1F; — As RGB: color: rgb(147, 111, 31); — Tailwind CSS: bg-[hsl(41,65%,35%)] — CSS variable: --color-primary: hsl(41, 65%, 35%);