HSL(17, 54%, 49%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,54%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 54%, 49%) | color: hsl(17, 54%, 49%) | |
| HEX | #C06039 | color: #C06039 | |
| RGB | rgb(192, 96, 57) | color: rgb(192, 96, 57) | |
| CMYK | cmyk(0%, 50%, 70%, 25%) | — | |
| HSV | hsv(17, 70%, 75%) | — | |
| HWB | hwb(17 23% 25%) | color: hwb(17 23% 25%) | |
| OKLCH | oklch(0.5969 0.1343 41.86) | color: oklch(0.5969 0.1343 41.86) | |
| Lab | lab(51.69 35.54 39.35) | color: lab(51.69 35.54 39.35) | |
| LCH | lch(51.69 53.02 47.91) | color: lch(51.69 53.02 47.91) |
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)
#969642 — rgb(150, 150, 66)
Deuteranopia (Green-blind)
#9CA345 — rgb(156, 163, 69)
Tritanopia (Blue-blind)
#BB4A4C — rgb(187, 74, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 54%, 49%);
text
color: hsl(17, 54%, 49%);
border
border: 2px solid hsl(17, 54%, 49%);
gradient light
background: linear-gradient(to right, hsl(17, 54%, 69%), hsl(17, 54%, 49%));
gradient dark
background: linear-gradient(to right, hsl(17, 54%, 49%), hsl(17, 54%, 29%))
hex
background-color: #C06039;
tailwind
bg-[hsl(17,54%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 54%, 49%, 0.4);
css variable
--color-primary: hsl(17, 54%, 49%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 54%, 49%)?
HEX: #C06039 | RGB: rgb(192, 96, 57) | CMYK: 0%, 50%, 70%, 25% | HSV: 17°, 70%, 75%. Copy any format from the conversion table above.
What colors go well with #C06039?
The complementary color is HSL(197, 54%, 49%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 54%, 49%) in CSS?
As HSL: color: hsl(17, 54%, 49%); — As HEX: color: #C06039; — As RGB: color: rgb(192, 96, 57); — Tailwind CSS: bg-[hsl(17,54%,49%)] — CSS variable: --color-primary: hsl(17, 54%, 49%);