HSL(22, 82%, 32%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,82%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 82%, 32%) | color: hsl(22, 82%, 32%) | |
| HEX | #95400F | color: #95400F | |
| RGB | rgb(149, 64, 15) | color: rgb(149, 64, 15) | |
| CMYK | cmyk(0%, 57%, 90%, 42%) | — | |
| HSV | hsv(22, 90%, 58%) | — | |
| HWB | hwb(22 6% 42%) | color: hwb(22 6% 42%) | |
| OKLCH | oklch(0.478 0.1277 45.19) | color: oklch(0.478 0.1277 45.19) | |
| Lab | lab(38.01 33.23 43.66) | color: lab(38.01 33.23 43.66) | |
| LCH | lch(38.01 54.87 52.72) | color: lch(38.01 54.87 52.72) |
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)
#706F1B — rgb(112, 111, 27)
Deuteranopia (Green-blind)
#757C1E — rgb(117, 124, 30)
Tritanopia (Blue-blind)
#912426 — rgb(145, 36, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 82%, 32%);
text
color: hsl(22, 82%, 32%);
border
border: 2px solid hsl(22, 82%, 32%);
gradient light
background: linear-gradient(to right, hsl(22, 82%, 52%), hsl(22, 82%, 32%));
gradient dark
background: linear-gradient(to right, hsl(22, 82%, 32%), hsl(22, 82%, 12%))
hex
background-color: #95400F;
tailwind
bg-[hsl(22,82%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 82%, 32%, 0.4);
css variable
--color-primary: hsl(22, 82%, 32%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 82%, 32%)?
HEX: #95400F | RGB: rgb(149, 64, 15) | CMYK: 0%, 57%, 90%, 42% | HSV: 22°, 90%, 58%. Copy any format from the conversion table above.
What colors go well with #95400F?
The complementary color is HSL(202, 82%, 32%). 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, 82%, 32%) in CSS?
As HSL: color: hsl(22, 82%, 32%); — As HEX: color: #95400F; — As RGB: color: rgb(149, 64, 15); — Tailwind CSS: bg-[hsl(22,82%,32%)] — CSS variable: --color-primary: hsl(22, 82%, 32%);