#e63869
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
230, 56, 105
HSL
343°, 78%, 56%
CMYK
0, 76, 54, 10
Luminance
0.2067
Every format
| HEX | #e63869 |
| RGB | rgb(230, 56, 105) |
| HSL | hsl(343, 78%, 56%) |
| CMYK | cmyk(0%, 76%, 54%, 10%) |
| LAB | lab(52.6 68.1 14.0) |
| LCH | lch(52.6 69.5 11.6) |
| OKLCH | oklch(0.618 0.210 9.7) |
Copy-ready code
/* CSS */
color: #e63869;
background-color: #e63869;
/* Tailwind (arbitrary) */
class="text-[#e63869] bg-[#e63869]"
/* SCSS */
$brand: #e63869;
/* SwiftUI */
Color(red: 0.902, green: 0.220, blue: 0.412)
/* Android */
Color.parseColor("#e63869")Accessibility — WCAG contrast
Aa
#e63869 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e63869 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green22.0%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow54.3%
Key (black)9.8%
Color previews
#e63869 text on a black background
contrast 5.13:1
Card sample
#e63869 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e63869;
Background color
Panel with #e63869 background
background-color: #e63869;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e63869;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 56, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 56, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e63869; background: linear-gradient(135deg, #e63869, #E67B38);