#e238fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
226, 56, 253
HSL
292°, 98%, 61%
CMYK
11, 78, 0, 1
Luminance
0.2609
Every format
| HEX | #e238fd |
| RGB | rgb(226, 56, 253) |
| HSL | hsl(292, 98%, 61%) |
| CMYK | cmyk(11%, 78%, 0%, 1%) |
| LAB | lab(58.1 85.5 -63.5) |
| LCH | lch(58.1 106.5 323.4) |
| OKLCH | oklch(0.677 0.287 321.6) |
Copy-ready code
/* CSS */
color: #e238fd;
background-color: #e238fd;
/* Tailwind (arbitrary) */
class="text-[#e238fd] bg-[#e238fd]"
/* SCSS */
$brand: #e238fd;
/* SwiftUI */
Color(red: 0.886, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#e238fd")Accessibility — WCAG contrast
Aa
#e238fd on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e238fd on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green22.0%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#e238fd text on a black background
contrast 6.22:1
Card sample
#e238fd text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e238fd;
Background color
Panel with #e238fd background
background-color: #e238fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e238fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e238fd; background: linear-gradient(135deg, #e238fd, #FD3895);