HSL(23, 17%, 61%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(23,17%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 17%, 61%) | color: hsl(23, 17%, 61%) | |
| HEX | #AC988B | color: #AC988B | |
| RGB | rgb(172, 152, 139) | color: rgb(172, 152, 139) | |
| CMYK | cmyk(0%, 12%, 19%, 33%) | — | |
| HSV | hsv(24, 19%, 67%) | — | |
| HWB | hwb(24 54% 33%) | color: hwb(24 54% 33%) | |
| OKLCH | oklch(0.6937 0.0303 55.14) | color: oklch(0.6937 0.0303 55.14) | |
| Lab | lab(64.24 5.23 9.55) | color: lab(64.24 5.23 9.55) | |
| LCH | lch(64.24 10.89 61.29) | color: lch(64.24 10.89 61.29) |
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)
#A3A38E — rgb(163, 163, 142)
Deuteranopia (Green-blind)
#A5A68F — rgb(165, 166, 143)
Tritanopia (Blue-blind)
#AB9191 — rgb(171, 145, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 17%, 61%);
text
color: hsl(23, 17%, 61%);
border
border: 2px solid hsl(23, 17%, 61%);
gradient light
background: linear-gradient(to right, hsl(23, 17%, 81%), hsl(23, 17%, 61%));
gradient dark
background: linear-gradient(to right, hsl(23, 17%, 61%), hsl(23, 17%, 41%))
hex
background-color: #AC988B;
tailwind
bg-[hsl(23,17%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 17%, 61%, 0.4);
css variable
--color-primary: hsl(23, 17%, 61%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 17%, 61%)?
HEX: #AC988B | RGB: rgb(172, 152, 139) | CMYK: 0%, 12%, 19%, 33% | HSV: 24°, 19%, 67%. Copy any format from the conversion table above.
What colors go well with #AC988B?
The complementary color is HSL(203, 17%, 61%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 17%, 61%) in CSS?
As HSL: color: hsl(23, 17%, 61%); — As HEX: color: #AC988B; — As RGB: color: rgb(172, 152, 139); — Tailwind CSS: bg-[hsl(23,17%,61%)] — CSS variable: --color-primary: hsl(23, 17%, 61%);