HSL(22, 60%, 17%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,60%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 60%, 17%) | color: hsl(22, 60%, 17%) | |
| HEX | #452411 | color: #452411 | |
| RGB | rgb(69, 36, 17) | color: rgb(69, 36, 17) | |
| CMYK | cmyk(0%, 48%, 75%, 73%) | — | |
| HSV | hsv(22, 75%, 27%) | — | |
| HWB | hwb(22 7% 73%) | color: hwb(22 7% 73%) | |
| OKLCH | oklch(0.3001 0.0585 49.09) | color: oklch(0.3001 0.0585 49.09) | |
| Lab | lab(18.22 13.71 19.15) | color: lab(18.22 13.71 19.15) | |
| LCH | lch(18.22 23.55 54.4) | color: lch(18.22 23.55 54.4) |
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)
#373616 — rgb(55, 54, 22)
Deuteranopia (Green-blind)
#393B17 — rgb(57, 59, 23)
Tritanopia (Blue-blind)
#43191A — rgb(67, 25, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 60%, 17%);
text
color: hsl(22, 60%, 17%);
border
border: 2px solid hsl(22, 60%, 17%);
gradient light
background: linear-gradient(to right, hsl(22, 60%, 37%), hsl(22, 60%, 17%));
gradient dark
background: linear-gradient(to right, hsl(22, 60%, 17%), hsl(22, 60%, 0%))
hex
background-color: #452411;
tailwind
bg-[hsl(22,60%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 60%, 17%, 0.4);
css variable
--color-primary: hsl(22, 60%, 17%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 60%, 17%)?
HEX: #452411 | RGB: rgb(69, 36, 17) | CMYK: 0%, 48%, 75%, 73% | HSV: 22°, 75%, 27%. Copy any format from the conversion table above.
What colors go well with #452411?
The complementary color is HSL(202, 60%, 17%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 60%, 17%) in CSS?
As HSL: color: hsl(22, 60%, 17%); — As HEX: color: #452411; — As RGB: color: rgb(69, 36, 17); — Tailwind CSS: bg-[hsl(22,60%,17%)] — CSS variable: --color-primary: hsl(22, 60%, 17%);