HSL(16, 69%, 73%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,69%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 69%, 73%) | color: hsl(16, 69%, 73%) | |
| HEX | #EAA48B | color: #EAA48B | |
| RGB | rgb(234, 164, 139) | color: rgb(234, 164, 139) | |
| CMYK | cmyk(0%, 30%, 41%, 8%) | — | |
| HSV | hsv(16, 41%, 92%) | — | |
| HWB | hwb(16 54% 8%) | color: hwb(16 54% 8%) | |
| OKLCH | oklch(0.7801 0.0907 40.47) | color: oklch(0.7801 0.0907 40.47) | |
| Lab | lab(73.49 22.87 23.36) | color: lab(73.49 22.87 23.36) | |
| LCH | lch(73.49 32.69 45.61) | color: lch(73.49 32.69 45.61) |
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)
#CCCB91 — rgb(204, 203, 145)
Deuteranopia (Green-blind)
#D0D593 — rgb(208, 213, 147)
Tritanopia (Blue-blind)
#E79697 — rgb(231, 150, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 69%, 73%);
text
color: hsl(16, 69%, 73%);
border
border: 2px solid hsl(16, 69%, 73%);
gradient light
background: linear-gradient(to right, hsl(16, 69%, 93%), hsl(16, 69%, 73%));
gradient dark
background: linear-gradient(to right, hsl(16, 69%, 73%), hsl(16, 69%, 53%))
hex
background-color: #EAA48B;
tailwind
bg-[hsl(16,69%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 69%, 73%, 0.4);
css variable
--color-primary: hsl(16, 69%, 73%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 69%, 73%)?
HEX: #EAA48B | RGB: rgb(234, 164, 139) | CMYK: 0%, 30%, 41%, 8% | HSV: 16°, 41%, 92%. Copy any format from the conversion table above.
What colors go well with #EAA48B?
The complementary color is HSL(196, 69%, 73%). 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, 69%, 73%) in CSS?
As HSL: color: hsl(16, 69%, 73%); — As HEX: color: #EAA48B; — As RGB: color: rgb(234, 164, 139); — Tailwind CSS: bg-[hsl(16,69%,73%)] — CSS variable: --color-primary: hsl(16, 69%, 73%);