HSL(26, 97%, 17%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,97%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 97%, 17%) | color: hsl(26, 97%, 17%) | |
| HEX | #552601 | color: #552601 | |
| RGB | rgb(85, 38, 1) | color: rgb(85, 38, 1) | |
| CMYK | cmyk(0%, 55%, 99%, 67%) | — | |
| HSV | hsv(26, 99%, 33%) | — | |
| HWB | hwb(26 0% 67%) | color: hwb(26 0% 67%) | |
| OKLCH | oklch(0.3286 0.0833 52.18) | color: oklch(0.3286 0.0833 52.18) | |
| Lab | lab(21.28 19.44 30.47) | color: lab(21.28 19.44 30.47) | |
| LCH | lch(21.28 36.14 57.46) | color: lch(21.28 36.14 57.46) |
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)
#41400A — rgb(65, 64, 10)
Deuteranopia (Green-blind)
#43470C — rgb(67, 71, 12)
Tritanopia (Blue-blind)
#531113 — rgb(83, 17, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 97%, 17%);
text
color: hsl(26, 97%, 17%);
border
border: 2px solid hsl(26, 97%, 17%);
gradient light
background: linear-gradient(to right, hsl(26, 97%, 37%), hsl(26, 97%, 17%));
gradient dark
background: linear-gradient(to right, hsl(26, 97%, 17%), hsl(26, 97%, 0%))
hex
background-color: #552601;
tailwind
bg-[hsl(26,97%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 97%, 17%, 0.4);
css variable
--color-primary: hsl(26, 97%, 17%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 97%, 17%)?
HEX: #552601 | RGB: rgb(85, 38, 1) | CMYK: 0%, 55%, 99%, 67% | HSV: 26°, 99%, 33%. Copy any format from the conversion table above.
What colors go well with #552601?
The complementary color is HSL(206, 97%, 17%). 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, 97%, 17%) in CSS?
As HSL: color: hsl(26, 97%, 17%); — As HEX: color: #552601; — As RGB: color: rgb(85, 38, 1); — Tailwind CSS: bg-[hsl(26,97%,17%)] — CSS variable: --color-primary: hsl(26, 97%, 17%);