HSL(22, 47%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,47%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 47%, 71%) | color: hsl(22, 47%, 71%) | |
| HEX | #D8AC92 | color: #D8AC92 | |
| RGB | rgb(216, 172, 146) | color: rgb(216, 172, 146) | |
| CMYK | cmyk(0%, 20%, 32%, 15%) | — | |
| HSV | hsv(22, 32%, 85%) | — | |
| HWB | hwb(22 58% 15%) | color: hwb(22 58% 15%) | |
| OKLCH | oklch(0.7776 0.063 52.08) | color: oklch(0.7776 0.063 52.08) | |
| Lab | lab(73.66 12.41 19.49) | color: lab(73.66 12.41 19.49) | |
| LCH | lch(73.66 23.11 57.51) | color: lch(73.66 23.11 57.51) |
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)
#C5C598 — rgb(197, 197, 152)
Deuteranopia (Green-blind)
#C8CB9A — rgb(200, 203, 154)
Tritanopia (Blue-blind)
#D69D9E — rgb(214, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 47%, 71%);
text
color: hsl(22, 47%, 71%);
border
border: 2px solid hsl(22, 47%, 71%);
gradient light
background: linear-gradient(to right, hsl(22, 47%, 91%), hsl(22, 47%, 71%));
gradient dark
background: linear-gradient(to right, hsl(22, 47%, 71%), hsl(22, 47%, 51%))
hex
background-color: #D8AC92;
tailwind
bg-[hsl(22,47%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 47%, 71%, 0.4);
css variable
--color-primary: hsl(22, 47%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 47%, 71%)?
HEX: #D8AC92 | RGB: rgb(216, 172, 146) | CMYK: 0%, 20%, 32%, 15% | HSV: 22°, 32%, 85%. Copy any format from the conversion table above.
What colors go well with #D8AC92?
The complementary color is HSL(202, 47%, 71%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 47%, 71%) in CSS?
As HSL: color: hsl(22, 47%, 71%); — As HEX: color: #D8AC92; — As RGB: color: rgb(216, 172, 146); — Tailwind CSS: bg-[hsl(22,47%,71%)] — CSS variable: --color-primary: hsl(22, 47%, 71%);