#ff14e5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 20, 229
HSL
307°, 100%, 54%
CMYK
0, 92, 10, 0
Luminance
0.2742
Every format
| HEX | #ff14e5 |
| RGB | rgb(255, 20, 229) |
| HSL | hsl(307, 100%, 54%) |
| CMYK | cmyk(0%, 92%, 10%, 0%) |
| LAB | lab(59.4 93.4 -47.8) |
| LCH | lch(59.4 105.0 332.9) |
| OKLCH | oklch(0.690 0.302 334.2) |
Copy-ready code
/* CSS */
color: #ff14e5;
background-color: #ff14e5;
/* Tailwind (arbitrary) */
class="text-[#ff14e5] bg-[#ff14e5]"
/* SCSS */
$brand: #ff14e5;
/* SwiftUI */
Color(red: 1.000, green: 0.078, blue: 0.898)
/* Android */
Color.parseColor("#ff14e5")Accessibility — WCAG contrast
Aa
#ff14e5 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff14e5 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green7.8%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow10.2%
Key (black)0.0%
Color previews
#ff14e5 text on a black background
contrast 6.48:1
Card sample
#ff14e5 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff14e5;
Background color
Panel with #ff14e5 background
background-color: #ff14e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff14e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 20, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 20, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff14e5; background: linear-gradient(135deg, #ff14e5, #FF1448);