#ff12af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 18, 175
HSL
320°, 100%, 54%
CMYK
0, 93, 31, 0
Luminance
0.2479
Every format
| HEX | #ff12af |
| RGB | rgb(255, 18, 175) |
| HSL | hsl(320, 100%, 54%) |
| CMYK | cmyk(0%, 93%, 31%, 0%) |
| LAB | lab(56.9 87.3 -20.8) |
| LCH | lch(56.9 89.8 346.6) |
| OKLCH | oklch(0.665 0.274 348.5) |
Copy-ready code
/* CSS */
color: #ff12af;
background-color: #ff12af;
/* Tailwind (arbitrary) */
class="text-[#ff12af] bg-[#ff12af]"
/* SCSS */
$brand: #ff12af;
/* SwiftUI */
Color(red: 1.000, green: 0.071, blue: 0.686)
/* Android */
Color.parseColor("#ff12af")Accessibility — WCAG contrast
Aa
#ff12af on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff12af on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green7.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ff12af text on a black background
contrast 5.96:1
Card sample
#ff12af text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff12af;
Background color
Panel with #ff12af background
background-color: #ff12af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff12af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 18, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 18, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff12af; background: linear-gradient(135deg, #ff12af, #FF1312);