HSL(16, 72%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,72%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 72%, 63%) | color: hsl(16, 72%, 63%) | |
| HEX | #E5815D | color: #E5815D | |
| RGB | rgb(229, 129, 93) | color: rgb(229, 129, 93) | |
| CMYK | cmyk(0%, 44%, 59%, 10%) | — | |
| HSV | hsv(16, 59%, 90%) | — | |
| HWB | hwb(16 37% 10%) | color: hwb(16 37% 10%) | |
| OKLCH | oklch(0.7053 0.1333 40.33) | color: oklch(0.7053 0.1333 40.33) | |
| Lab | lab(64.28 35.21 36.21) | color: lab(64.28 35.21 36.21) | |
| LCH | lch(64.28 50.51 45.8) | color: lch(64.28 50.51 45.8) |
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)
#BAB966 — rgb(186, 185, 102)
Deuteranopia (Green-blind)
#C0C768 — rgb(192, 199, 104)
Tritanopia (Blue-blind)
#E06D6E — rgb(224, 109, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 72%, 63%);
text
color: hsl(16, 72%, 63%);
border
border: 2px solid hsl(16, 72%, 63%);
gradient light
background: linear-gradient(to right, hsl(16, 72%, 83%), hsl(16, 72%, 63%));
gradient dark
background: linear-gradient(to right, hsl(16, 72%, 63%), hsl(16, 72%, 43%))
hex
background-color: #E5815D;
tailwind
bg-[hsl(16,72%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 72%, 63%, 0.4);
css variable
--color-primary: hsl(16, 72%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 72%, 63%)?
HEX: #E5815D | RGB: rgb(229, 129, 93) | CMYK: 0%, 44%, 59%, 10% | HSV: 16°, 59%, 90%. Copy any format from the conversion table above.
What colors go well with #E5815D?
The complementary color is HSL(196, 72%, 63%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 72%, 63%) in CSS?
As HSL: color: hsl(16, 72%, 63%); — As HEX: color: #E5815D; — As RGB: color: rgb(229, 129, 93); — Tailwind CSS: bg-[hsl(16,72%,63%)] — CSS variable: --color-primary: hsl(16, 72%, 63%);