#ff14eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 20, 235
HSL
305°, 100%, 54%
CMYK
0, 92, 8, 0
Luminance
0.2776
Every format
| HEX | #ff14eb |
| RGB | rgb(255, 20, 235) |
| HSL | hsl(305, 100%, 54%) |
| CMYK | cmyk(0%, 92%, 8%, 0%) |
| LAB | lab(59.7 94.2 -50.7) |
| LCH | lch(59.7 107.0 331.7) |
| OKLCH | oklch(0.694 0.306 332.8) |
Copy-ready code
/* CSS */
color: #ff14eb;
background-color: #ff14eb;
/* Tailwind (arbitrary) */
class="text-[#ff14eb] bg-[#ff14eb]"
/* SCSS */
$brand: #ff14eb;
/* SwiftUI */
Color(red: 1.000, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#ff14eb")Accessibility — WCAG contrast
Aa
#ff14eb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff14eb on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green7.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow7.8%
Key (black)0.0%
Color previews
#ff14eb text on a black background
contrast 6.55:1
Card sample
#ff14eb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff14eb;
Background color
Panel with #ff14eb background
background-color: #ff14eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff14eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff14eb; background: linear-gradient(135deg, #ff14eb, #FF144E);