#ff19ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 25, 186
HSL
318°, 100%, 55%
CMYK
0, 90, 27, 0
Luminance
0.2550
Every format
| HEX | #ff19ba |
| RGB | rgb(255, 25, 186) |
| HSL | hsl(318, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 27%, 0%) |
| LAB | lab(57.6 87.8 -26.1) |
| LCH | lch(57.6 91.6 343.4) |
| OKLCH | oklch(0.671 0.276 345.4) |
Copy-ready code
/* CSS */
color: #ff19ba;
background-color: #ff19ba;
/* Tailwind (arbitrary) */
class="text-[#ff19ba] bg-[#ff19ba]"
/* SCSS */
$brand: #ff19ba;
/* SwiftUI */
Color(red: 1.000, green: 0.098, blue: 0.729)
/* Android */
Color.parseColor("#ff19ba")Accessibility — WCAG contrast
Aa
#ff19ba on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff19ba on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow27.1%
Key (black)0.0%
Color previews
#ff19ba text on a black background
contrast 6.10:1
Card sample
#ff19ba text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff19ba;
Background color
Panel with #ff19ba background
background-color: #ff19ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff19ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 25, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 25, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff19ba; background: linear-gradient(135deg, #ff19ba, #FF1921);