HSL(22, 60%, 49%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,60%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 60%, 49%) | color: hsl(22, 60%, 49%) | |
| HEX | #C86932 | color: #C86932 | |
| RGB | rgb(200, 105, 50) | color: rgb(200, 105, 50) | |
| CMYK | cmyk(0%, 48%, 75%, 22%) | — | |
| HSV | hsv(22, 75%, 78%) | — | |
| HWB | hwb(22 20% 22%) | color: hwb(22 20% 22%) | |
| OKLCH | oklch(0.6218 0.1385 48.07) | color: oklch(0.6218 0.1385 48.07) | |
| Lab | lab(54.67 33.7 46.46) | color: lab(54.67 33.7 46.46) | |
| LCH | lch(54.67 57.4 54.04) | color: lch(54.67 57.4 54.04) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9F9E3F — rgb(159, 158, 63)
Deuteranopia (Green-blind)
#A4AC43 — rgb(164, 172, 67)
Tritanopia (Blue-blind)
#C34A4C — rgb(195, 74, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 60%, 49%);
text
color: hsl(22, 60%, 49%);
border
border: 2px solid hsl(22, 60%, 49%);
gradient light
background: linear-gradient(to right, hsl(22, 60%, 69%), hsl(22, 60%, 49%));
gradient dark
background: linear-gradient(to right, hsl(22, 60%, 49%), hsl(22, 60%, 29%))
hex
background-color: #C86932;
tailwind
bg-[hsl(22,60%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 60%, 49%, 0.4);
css variable
--color-primary: hsl(22, 60%, 49%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 60%, 49%)?
HEX: #C86932 | RGB: rgb(200, 105, 50) | CMYK: 0%, 48%, 75%, 22% | HSV: 22°, 75%, 78%. Copy any format from the conversion table above.
What colors go well with #C86932?
The complementary color is HSL(202, 60%, 49%). 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%, 49%) in CSS?
As HSL: color: hsl(22, 60%, 49%); — As HEX: color: #C86932; — As RGB: color: rgb(200, 105, 50); — Tailwind CSS: bg-[hsl(22,60%,49%)] — CSS variable: --color-primary: hsl(22, 60%, 49%);