HSL(17, 15%, 51%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(17,15%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 15%, 51%) | color: hsl(17, 15%, 51%) | |
| HEX | #957A6F | color: #957A6F | |
| RGB | rgb(149, 122, 111) | color: rgb(149, 122, 111) | |
| CMYK | cmyk(0%, 18%, 26%, 42%) | — | |
| HSV | hsv(17, 26%, 58%) | — | |
| HWB | hwb(17 43% 42%) | color: hwb(17 43% 42%) | |
| OKLCH | oklch(0.602 0.0376 43.34) | color: oklch(0.602 0.0376 43.34) | |
| Lab | lab(53.45 8.69 9.96) | color: lab(53.45 8.69 9.96) | |
| LCH | lch(53.45 13.22 48.9) | color: lch(53.45 13.22 48.9) |
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)
#898972 — rgb(137, 137, 114)
Deuteranopia (Green-blind)
#8B8D72 — rgb(139, 141, 114)
Tritanopia (Blue-blind)
#947474 — rgb(148, 116, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 15%, 51%);
text
color: hsl(17, 15%, 51%);
border
border: 2px solid hsl(17, 15%, 51%);
gradient light
background: linear-gradient(to right, hsl(17, 15%, 71%), hsl(17, 15%, 51%));
gradient dark
background: linear-gradient(to right, hsl(17, 15%, 51%), hsl(17, 15%, 31%))
hex
background-color: #957A6F;
tailwind
bg-[hsl(17,15%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 15%, 51%, 0.4);
css variable
--color-primary: hsl(17, 15%, 51%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 15%, 51%)?
HEX: #957A6F | RGB: rgb(149, 122, 111) | CMYK: 0%, 18%, 26%, 42% | HSV: 17°, 26%, 58%. Copy any format from the conversion table above.
What colors go well with #957A6F?
The complementary color is HSL(197, 15%, 51%). 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, 15%, 51%) in CSS?
As HSL: color: hsl(17, 15%, 51%); — As HEX: color: #957A6F; — As RGB: color: rgb(149, 122, 111); — Tailwind CSS: bg-[hsl(17,15%,51%)] — CSS variable: --color-primary: hsl(17, 15%, 51%);