#ff69e4
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 105, 228
HSL
311°, 100%, 71%
CMYK
0, 59, 11, 0
Luminance
0.3696
Every format
| HEX | #ff69e4 |
| RGB | rgb(255, 105, 228) |
| HSL | hsl(311, 100%, 71%) |
| CMYK | cmyk(0%, 59%, 11%, 0%) |
| LAB | lab(67.3 70.8 -34.9) |
| LCH | lch(67.3 78.9 333.7) |
| OKLCH | oklch(0.747 0.227 335.2) |
Copy-ready code
/* CSS */
color: #ff69e4;
background-color: #ff69e4;
/* Tailwind (arbitrary) */
class="text-[#ff69e4] bg-[#ff69e4]"
/* SCSS */
$brand: #ff69e4;
/* SwiftUI */
Color(red: 1.000, green: 0.412, blue: 0.894)
/* Android */
Color.parseColor("#ff69e4")Accessibility — WCAG contrast
Aa
#ff69e4 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff69e4 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.2%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow10.6%
Key (black)0.0%
Color previews
#ff69e4 text on a black background
contrast 8.39:1
Card sample
#ff69e4 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff69e4;
Background color
Panel with #ff69e4 background
background-color: #ff69e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff69e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 105, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 105, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff69e4; background: linear-gradient(135deg, #ff69e4, #FF6980);