HSL(17, 23%, 62%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,23%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 23%, 62%) | color: hsl(17, 23%, 62%) | |
| HEX | #B49488 | color: #B49488 | |
| RGB | rgb(180, 148, 136) | color: rgb(180, 148, 136) | |
| CMYK | cmyk(0%, 18%, 24%, 29%) | — | |
| HSV | hsv(16, 24%, 71%) | — | |
| HWB | hwb(16 54% 29%) | color: hwb(16 54% 29%) | |
| OKLCH | oklch(0.6925 0.0424 41.59) | color: oklch(0.6925 0.0424 41.59) | |
| Lab | lab(63.89 10.1 10.84) | color: lab(63.89 10.1 10.84) | |
| LCH | lch(63.89 14.82 47.02) | color: lch(63.89 14.82 47.02) |
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)
#A6A68B — rgb(166, 166, 139)
Deuteranopia (Green-blind)
#A8AA8C — rgb(168, 170, 140)
Tritanopia (Blue-blind)
#B28D8E — rgb(178, 141, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 23%, 62%);
text
color: hsl(17, 23%, 62%);
border
border: 2px solid hsl(17, 23%, 62%);
gradient light
background: linear-gradient(to right, hsl(17, 23%, 82%), hsl(17, 23%, 62%));
gradient dark
background: linear-gradient(to right, hsl(17, 23%, 62%), hsl(17, 23%, 42%))
hex
background-color: #B49488;
tailwind
bg-[hsl(17,23%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 23%, 62%, 0.4);
css variable
--color-primary: hsl(17, 23%, 62%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 23%, 62%)?
HEX: #B49488 | RGB: rgb(180, 148, 136) | CMYK: 0%, 18%, 24%, 29% | HSV: 16°, 24%, 71%. Copy any format from the conversion table above.
What colors go well with #B49488?
The complementary color is HSL(197, 23%, 62%). 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, 23%, 62%) in CSS?
As HSL: color: hsl(17, 23%, 62%); — As HEX: color: #B49488; — As RGB: color: rgb(180, 148, 136); — Tailwind CSS: bg-[hsl(17,23%,62%)] — CSS variable: --color-primary: hsl(17, 23%, 62%);