HSL(20, 63%, 64%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,63%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 63%, 64%) | color: hsl(20, 63%, 64%) | |
| HEX | #DD9069 | color: #DD9069 | |
| RGB | rgb(221, 144, 105) | color: rgb(221, 144, 105) | |
| CMYK | cmyk(0%, 35%, 52%, 13%) | — | |
| HSV | hsv(20, 52%, 87%) | — | |
| HWB | hwb(20 42% 13%) | color: hwb(20 42% 13%) | |
| OKLCH | oklch(0.723 0.1079 47.37) | color: oklch(0.723 0.1079 47.37) | |
| Lab | lab(66.78 25.06 32.66) | color: lab(66.78 25.06 32.66) | |
| LCH | lch(66.78 41.17 52.5) | color: lch(66.78 41.17 52.5) |
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)
#BCBB72 — rgb(188, 187, 114)
Deuteranopia (Green-blind)
#C0C675 — rgb(192, 198, 117)
Tritanopia (Blue-blind)
#D97A7C — rgb(217, 122, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 63%, 64%);
text
color: hsl(20, 63%, 64%);
border
border: 2px solid hsl(20, 63%, 64%);
gradient light
background: linear-gradient(to right, hsl(20, 63%, 84%), hsl(20, 63%, 64%));
gradient dark
background: linear-gradient(to right, hsl(20, 63%, 64%), hsl(20, 63%, 44%))
hex
background-color: #DD9069;
tailwind
bg-[hsl(20,63%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 63%, 64%, 0.4);
css variable
--color-primary: hsl(20, 63%, 64%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 63%, 64%)?
HEX: #DD9069 | RGB: rgb(221, 144, 105) | CMYK: 0%, 35%, 52%, 13% | HSV: 20°, 52%, 87%. Copy any format from the conversion table above.
What colors go well with #DD9069?
The complementary color is HSL(200, 63%, 64%). 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, 63%, 64%) in CSS?
As HSL: color: hsl(20, 63%, 64%); — As HEX: color: #DD9069; — As RGB: color: rgb(221, 144, 105); — Tailwind CSS: bg-[hsl(20,63%,64%)] — CSS variable: --color-primary: hsl(20, 63%, 64%);