HSL(20, 32%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,32%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 32%, 71%) | color: hsl(20, 32%, 71%) | |
| HEX | #CDAD9D | color: #CDAD9D | |
| RGB | rgb(205, 173, 157) | color: rgb(205, 173, 157) | |
| CMYK | cmyk(0%, 16%, 23%, 20%) | — | |
| HSV | hsv(20, 23%, 80%) | — | |
| HWB | hwb(20 62% 20%) | color: hwb(20 62% 20%) | |
| OKLCH | oklch(0.7715 0.0437 48.13) | color: oklch(0.7715 0.0437 48.13) | |
| Lab | lab(73.09 9.14 12.54) | color: lab(73.09 9.14 12.54) | |
| LCH | lch(73.09 15.52 53.91) | color: lch(73.09 15.52 53.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)
#BFBFA1 — rgb(191, 191, 161)
Deuteranopia (Green-blind)
#C1C3A2 — rgb(193, 195, 162)
Tritanopia (Blue-blind)
#CBA4A5 — rgb(203, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 32%, 71%);
text
color: hsl(20, 32%, 71%);
border
border: 2px solid hsl(20, 32%, 71%);
gradient light
background: linear-gradient(to right, hsl(20, 32%, 91%), hsl(20, 32%, 71%));
gradient dark
background: linear-gradient(to right, hsl(20, 32%, 71%), hsl(20, 32%, 51%))
hex
background-color: #CDAD9D;
tailwind
bg-[hsl(20,32%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 32%, 71%, 0.4);
css variable
--color-primary: hsl(20, 32%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 32%, 71%)?
HEX: #CDAD9D | RGB: rgb(205, 173, 157) | CMYK: 0%, 16%, 23%, 20% | HSV: 20°, 23%, 80%. Copy any format from the conversion table above.
What colors go well with #CDAD9D?
The complementary color is HSL(200, 32%, 71%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 32%, 71%) in CSS?
As HSL: color: hsl(20, 32%, 71%); — As HEX: color: #CDAD9D; — As RGB: color: rgb(205, 173, 157); — Tailwind CSS: bg-[hsl(20,32%,71%)] — CSS variable: --color-primary: hsl(20, 32%, 71%);