#ff35e8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 53, 232
HSL
307°, 100%, 60%
CMYK
0, 79, 9, 0
Luminance
0.2963
Every format
| HEX | #ff35e8 |
| RGB | rgb(255, 53, 232) |
| HSL | hsl(307, 100%, 60%) |
| CMYK | cmyk(0%, 79%, 9%, 0%) |
| LAB | lab(61.3 88.5 -46.4) |
| LCH | lch(61.3 99.9 332.3) |
| OKLCH | oklch(0.705 0.286 333.6) |
Copy-ready code
/* CSS */
color: #ff35e8;
background-color: #ff35e8;
/* Tailwind (arbitrary) */
class="text-[#ff35e8] bg-[#ff35e8]"
/* SCSS */
$brand: #ff35e8;
/* SwiftUI */
Color(red: 1.000, green: 0.208, blue: 0.910)
/* Android */
Color.parseColor("#ff35e8")Accessibility — WCAG contrast
Aa
#ff35e8 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff35e8 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.8%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow9.0%
Key (black)0.0%
Color previews
#ff35e8 text on a black background
contrast 6.93:1
Card sample
#ff35e8 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff35e8;
Background color
Panel with #ff35e8 background
background-color: #ff35e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff35e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 53, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 53, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff35e8; background: linear-gradient(135deg, #ff35e8, #FF3561);