HSL(26, 52%, 38%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,52%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 52%, 38%) | color: hsl(26, 52%, 38%) | |
| HEX | #935A2F | color: #935A2F | |
| RGB | rgb(147, 90, 47) | color: rgb(147, 90, 47) | |
| CMYK | cmyk(0%, 39%, 68%, 42%) | — | |
| HSV | hsv(26, 68%, 58%) | — | |
| HWB | hwb(26 19% 42%) | color: hwb(26 19% 42%) | |
| OKLCH | oklch(0.523 0.0948 55.78) | color: oklch(0.523 0.0948 55.78) | |
| Lab | lab(43.83 19.34 34.09) | color: lab(43.83 19.34 34.09) | |
| LCH | lch(43.83 39.19 60.43) | color: lch(43.83 39.19 60.43) |
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)
#7A7A39 — rgb(122, 122, 57)
Deuteranopia (Green-blind)
#7E823C — rgb(126, 130, 60)
Tritanopia (Blue-blind)
#904243 — rgb(144, 66, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 52%, 38%);
text
color: hsl(26, 52%, 38%);
border
border: 2px solid hsl(26, 52%, 38%);
gradient light
background: linear-gradient(to right, hsl(26, 52%, 58%), hsl(26, 52%, 38%));
gradient dark
background: linear-gradient(to right, hsl(26, 52%, 38%), hsl(26, 52%, 18%))
hex
background-color: #935A2F;
tailwind
bg-[hsl(26,52%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 52%, 38%, 0.4);
css variable
--color-primary: hsl(26, 52%, 38%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 52%, 38%)?
HEX: #935A2F | RGB: rgb(147, 90, 47) | CMYK: 0%, 39%, 68%, 42% | HSV: 26°, 68%, 58%. Copy any format from the conversion table above.
What colors go well with #935A2F?
The complementary color is HSL(206, 52%, 38%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 52%, 38%) in CSS?
As HSL: color: hsl(26, 52%, 38%); — As HEX: color: #935A2F; — As RGB: color: rgb(147, 90, 47); — Tailwind CSS: bg-[hsl(26,52%,38%)] — CSS variable: --color-primary: hsl(26, 52%, 38%);