#ff10fe
a balanced, electric magenta / pink · warm · “magenta”
RGB
255, 16, 254
HSL
300°, 100%, 53%
CMYK
0, 94, 0, 0
Luminance
0.2879
Every format
| HEX | #ff10fe |
| RGB | rgb(255, 16, 254) |
| HSL | hsl(300, 100%, 53%) |
| CMYK | cmyk(0%, 94%, 0%, 0%) |
| LAB | lab(60.6 97.1 -59.8) |
| LCH | lch(60.6 114.1 328.4) |
| OKLCH | oklch(0.703 0.319 328.5) |
Copy-ready code
/* CSS */
color: #ff10fe;
background-color: #ff10fe;
/* Tailwind (arbitrary) */
class="text-[#ff10fe] bg-[#ff10fe]"
/* SCSS */
$brand: #ff10fe;
/* SwiftUI */
Color(red: 1.000, green: 0.063, blue: 0.996)
/* Android */
Color.parseColor("#ff10fe")Accessibility — WCAG contrast
Aa
#ff10fe on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff10fe on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.3%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow0.4%
Key (black)0.0%
Color previews
#ff10fe text on a black background
contrast 6.76:1
Card sample
#ff10fe text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff10fe;
Background color
Panel with #ff10fe background
background-color: #ff10fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff10fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 16, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 16, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff10fe; background: linear-gradient(135deg, #ff10fe, #FF105E);