#e1663a
a balanced, vivid orange · warm · closest name: coral
RGB
225, 102, 58
HSL
16°, 74%, 56%
CMYK
0, 55, 74, 12
Luminance
0.2582
Every format
| HEX | #e1663a |
| RGB | rgb(225, 102, 58) |
| HSL | hsl(16, 74%, 56%) |
| CMYK | cmyk(0%, 55%, 74%, 12%) |
| LAB | lab(57.9 45.3 47.0) |
| LCH | lch(57.9 65.3 46.1) |
| OKLCH | oklch(0.654 0.165 39.5) |
Copy-ready code
/* CSS */
color: #e1663a;
background-color: #e1663a;
/* Tailwind (arbitrary) */
class="text-[#e1663a] bg-[#e1663a]"
/* SCSS */
$brand: #e1663a;
/* SwiftUI */
Color(red: 0.882, green: 0.400, blue: 0.227)
/* Android */
Color.parseColor("#e1663a")Accessibility — WCAG contrast
Aa
#e1663a on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e1663a on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green40.0%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow74.2%
Key (black)11.8%
Color previews
#e1663a text on a black background
contrast 6.16:1
Card sample
#e1663a text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1663a;
Background color
Panel with #e1663a background
background-color: #e1663a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1663a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 102, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 102, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1663a; background: linear-gradient(135deg, #e1663a, #E1D53A);