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