#ea6830
a balanced, electric orange · warm · closest name: coral
RGB
234, 104, 48
HSL
18°, 82%, 55%
CMYK
0, 56, 80, 8
Luminance
0.2761
Every format
| HEX | #ea6830 |
| RGB | rgb(234, 104, 48) |
| HSL | hsl(18, 82%, 55%) |
| CMYK | cmyk(0%, 56%, 80%, 8%) |
| LAB | lab(59.5 47.3 53.9) |
| LCH | lch(59.5 71.7 48.7) |
| OKLCH | oklch(0.669 0.175 41.7) |
Copy-ready code
/* CSS */
color: #ea6830;
background-color: #ea6830;
/* Tailwind (arbitrary) */
class="text-[#ea6830] bg-[#ea6830]"
/* SCSS */
$brand: #ea6830;
/* SwiftUI */
Color(red: 0.918, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#ea6830")Accessibility — WCAG contrast
Aa
#ea6830 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea6830 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green40.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow79.5%
Key (black)8.2%
Color previews
#ea6830 text on a black background
contrast 6.52:1
Card sample
#ea6830 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea6830;
Background color
Panel with #ea6830 background
background-color: #ea6830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea6830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea6830; background: linear-gradient(135deg, #ea6830, #EAE430);