HSL(22, 53%, 70%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,53%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 53%, 70%) | color: hsl(22, 53%, 70%) | |
| HEX | #DBA88A | color: #DBA88A | |
| RGB | rgb(219, 168, 138) | color: rgb(219, 168, 138) | |
| CMYK | cmyk(0%, 23%, 37%, 14%) | — | |
| HSV | hsv(22, 37%, 86%) | — | |
| HWB | hwb(22 54% 14%) | color: hwb(22 54% 14%) | |
| OKLCH | oklch(0.7713 0.0731 51.77) | color: oklch(0.7713 0.0731 51.77) | |
| Lab | lab(72.83 14.75 22.74) | color: lab(72.83 14.75 22.74) | |
| LCH | lch(72.83 27.1 57.03) | color: lch(72.83 27.1 57.03) |
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)
#C5C491 — rgb(197, 196, 145)
Deuteranopia (Green-blind)
#C8CC93 — rgb(200, 204, 147)
Tritanopia (Blue-blind)
#D89798 — rgb(216, 151, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 53%, 70%);
text
color: hsl(22, 53%, 70%);
border
border: 2px solid hsl(22, 53%, 70%);
gradient light
background: linear-gradient(to right, hsl(22, 53%, 90%), hsl(22, 53%, 70%));
gradient dark
background: linear-gradient(to right, hsl(22, 53%, 70%), hsl(22, 53%, 50%))
hex
background-color: #DBA88A;
tailwind
bg-[hsl(22,53%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 53%, 70%, 0.4);
css variable
--color-primary: hsl(22, 53%, 70%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 53%, 70%)?
HEX: #DBA88A | RGB: rgb(219, 168, 138) | CMYK: 0%, 23%, 37%, 14% | HSV: 22°, 37%, 86%. Copy any format from the conversion table above.
What colors go well with #DBA88A?
The complementary color is HSL(202, 53%, 70%). 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, 53%, 70%) in CSS?
As HSL: color: hsl(22, 53%, 70%); — As HEX: color: #DBA88A; — As RGB: color: rgb(219, 168, 138); — Tailwind CSS: bg-[hsl(22,53%,70%)] — CSS variable: --color-primary: hsl(22, 53%, 70%);