#e4945f
a balanced, vivid orange · warm · closest name: peru
RGB
228, 148, 95
HSL
24°, 71%, 63%
CMYK
0, 35, 58, 11
Luminance
0.3850
Every format
| HEX | #e4945f |
| RGB | rgb(228, 148, 95) |
| HSL | hsl(24, 71%, 63%) |
| CMYK | cmyk(0%, 35%, 58%, 11%) |
| LAB | lab(68.4 24.9 40.2) |
| LCH | lch(68.4 47.3 58.2) |
| OKLCH | oklch(0.737 0.119 53.4) |
Copy-ready code
/* CSS */
color: #e4945f;
background-color: #e4945f;
/* Tailwind (arbitrary) */
class="text-[#e4945f] bg-[#e4945f]"
/* SCSS */
$brand: #e4945f;
/* SwiftUI */
Color(red: 0.894, green: 0.580, blue: 0.373)
/* Android */
Color.parseColor("#e4945f")Accessibility — WCAG contrast
Aa
#e4945f on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4945f on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green58.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow58.3%
Key (black)10.6%
Color previews
#e4945f text on a black background
contrast 8.70:1
Card sample
#e4945f text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4945f;
Background color
Panel with #e4945f background
background-color: #e4945f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4945f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 148, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 148, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4945f; background: linear-gradient(135deg, #e4945f, #DBE45F);