#ff19fc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 25, 252
HSL
301°, 100%, 55%
CMYK
0, 90, 1, 0
Luminance
0.2898
Every format
| HEX | #ff19fc |
| RGB | rgb(255, 25, 252) |
| HSL | hsl(301, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 1%, 0%) |
| LAB | lab(60.8 96.0 -58.5) |
| LCH | lch(60.8 112.4 328.7) |
| OKLCH | oklch(0.704 0.315 329.0) |
Copy-ready code
/* CSS */
color: #ff19fc;
background-color: #ff19fc;
/* Tailwind (arbitrary) */
class="text-[#ff19fc] bg-[#ff19fc]"
/* SCSS */
$brand: #ff19fc;
/* SwiftUI */
Color(red: 1.000, green: 0.098, blue: 0.988)
/* Android */
Color.parseColor("#ff19fc")Accessibility — WCAG contrast
Aa
#ff19fc on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff19fc on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.8%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow1.2%
Key (black)0.0%
Color previews
#ff19fc text on a black background
contrast 6.80:1
Card sample
#ff19fc text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff19fc;
Background color
Panel with #ff19fc background
background-color: #ff19fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff19fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 25, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 25, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff19fc; background: linear-gradient(135deg, #ff19fc, #FF1963);