#ff12b8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 18, 184
HSL
318°, 100%, 54%
CMYK
0, 93, 28, 0
Luminance
0.2515
Every format
| HEX | #ff12b8 |
| RGB | rgb(255, 18, 184) |
| HSL | hsl(318, 100%, 54%) |
| CMYK | cmyk(0%, 93%, 28%, 0%) |
| LAB | lab(57.2 88.3 -25.5) |
| LCH | lch(57.2 91.9 343.9) |
| OKLCH | oklch(0.668 0.278 345.9) |
Copy-ready code
/* CSS */
color: #ff12b8;
background-color: #ff12b8;
/* Tailwind (arbitrary) */
class="text-[#ff12b8] bg-[#ff12b8]"
/* SCSS */
$brand: #ff12b8;
/* SwiftUI */
Color(red: 1.000, green: 0.071, blue: 0.722)
/* Android */
Color.parseColor("#ff12b8")Accessibility — WCAG contrast
Aa
#ff12b8 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff12b8 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green7.1%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow27.8%
Key (black)0.0%
Color previews
#ff12b8 text on a black background
contrast 6.03:1
Card sample
#ff12b8 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff12b8;
Background color
Panel with #ff12b8 background
background-color: #ff12b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff12b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 18, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 18, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff12b8; background: linear-gradient(135deg, #ff12b8, #FF121A);