#ff19af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 25, 175
HSL
321°, 100%, 55%
CMYK
0, 90, 31, 0
Luminance
0.2505
Every format
| HEX | #ff19af |
| RGB | rgb(255, 25, 175) |
| HSL | hsl(321, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 31%, 0%) |
| LAB | lab(57.1 86.6 -20.4) |
| LCH | lch(57.1 89.0 346.7) |
| OKLCH | oklch(0.667 0.271 348.6) |
Copy-ready code
/* CSS */
color: #ff19af;
background-color: #ff19af;
/* Tailwind (arbitrary) */
class="text-[#ff19af] bg-[#ff19af]"
/* SCSS */
$brand: #ff19af;
/* SwiftUI */
Color(red: 1.000, green: 0.098, blue: 0.686)
/* Android */
Color.parseColor("#ff19af")Accessibility — WCAG contrast
Aa
#ff19af on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff19af on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow31.4%
Key (black)0.0%
Color previews
#ff19af text on a black background
contrast 6.01:1
Card sample
#ff19af text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff19af;
Background color
Panel with #ff19af background
background-color: #ff19af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff19af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 25, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 25, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff19af; background: linear-gradient(135deg, #ff19af, #FF1C19);