HSL(23, 20%, 61%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,20%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 20%, 61%) | color: hsl(23, 20%, 61%) | |
| HEX | #AF9788 | color: #AF9788 | |
| RGB | rgb(175, 151, 136) | color: rgb(175, 151, 136) | |
| CMYK | cmyk(0%, 14%, 22%, 31%) | — | |
| HSV | hsv(23, 22%, 69%) | — | |
| HWB | hwb(23 54% 31%) | color: hwb(23 54% 31%) | |
| OKLCH | oklch(0.6937 0.0359 53.96) | color: oklch(0.6937 0.0359 53.96) | |
| Lab | lab(64.18 6.48 11.19) | color: lab(64.18 6.48 11.19) | |
| LCH | lch(64.18 12.93 59.93) | color: lch(64.18 12.93 59.93) |
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)
#A5A48C — rgb(165, 164, 140)
Deuteranopia (Green-blind)
#A6A88D — rgb(166, 168, 141)
Tritanopia (Blue-blind)
#AE8E8F — rgb(174, 142, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 20%, 61%);
text
color: hsl(23, 20%, 61%);
border
border: 2px solid hsl(23, 20%, 61%);
gradient light
background: linear-gradient(to right, hsl(23, 20%, 81%), hsl(23, 20%, 61%));
gradient dark
background: linear-gradient(to right, hsl(23, 20%, 61%), hsl(23, 20%, 41%))
hex
background-color: #AF9788;
tailwind
bg-[hsl(23,20%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 20%, 61%, 0.4);
css variable
--color-primary: hsl(23, 20%, 61%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 20%, 61%)?
HEX: #AF9788 | RGB: rgb(175, 151, 136) | CMYK: 0%, 14%, 22%, 31% | HSV: 23°, 22%, 69%. Copy any format from the conversion table above.
What colors go well with #AF9788?
The complementary color is HSL(203, 20%, 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, 20%, 61%) in CSS?
As HSL: color: hsl(23, 20%, 61%); — As HEX: color: #AF9788; — As RGB: color: rgb(175, 151, 136); — Tailwind CSS: bg-[hsl(23,20%,61%)] — CSS variable: --color-primary: hsl(23, 20%, 61%);