#ff35d7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 53, 215
HSL
312°, 100%, 60%
CMYK
0, 79, 16, 0
Luminance
0.2871
Every format
| HEX | #ff35d7 |
| RGB | rgb(255, 53, 215) |
| HSL | hsl(312, 100%, 60%) |
| CMYK | cmyk(0%, 79%, 16%, 0%) |
| LAB | lab(60.5 86.2 -38.1) |
| LCH | lch(60.5 94.3 336.2) |
| OKLCH | oklch(0.697 0.276 337.9) |
Copy-ready code
/* CSS */
color: #ff35d7;
background-color: #ff35d7;
/* Tailwind (arbitrary) */
class="text-[#ff35d7] bg-[#ff35d7]"
/* SCSS */
$brand: #ff35d7;
/* SwiftUI */
Color(red: 1.000, green: 0.208, blue: 0.843)
/* Android */
Color.parseColor("#ff35d7")Accessibility — WCAG contrast
Aa
#ff35d7 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff35d7 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.8%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow15.7%
Key (black)0.0%
Color previews
#ff35d7 text on a black background
contrast 6.74:1
Card sample
#ff35d7 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff35d7;
Background color
Panel with #ff35d7 background
background-color: #ff35d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff35d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 53, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 53, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff35d7; background: linear-gradient(135deg, #ff35d7, #FF3550);