#ff35b6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 53, 182
HSL
322°, 100%, 60%
CMYK
0, 79, 29, 0
Luminance
0.2718
Every format
| HEX | #ff35b6 |
| RGB | rgb(255, 53, 182) |
| HSL | hsl(322, 100%, 60%) |
| CMYK | cmyk(0%, 79%, 29%, 0%) |
| LAB | lab(59.1 82.3 -21.4) |
| LCH | lch(59.1 85.0 345.4) |
| OKLCH | oklch(0.682 0.257 347.3) |
Copy-ready code
/* CSS */
color: #ff35b6;
background-color: #ff35b6;
/* Tailwind (arbitrary) */
class="text-[#ff35b6] bg-[#ff35b6]"
/* SCSS */
$brand: #ff35b6;
/* SwiftUI */
Color(red: 1.000, green: 0.208, blue: 0.714)
/* Android */
Color.parseColor("#ff35b6")Accessibility — WCAG contrast
Aa
#ff35b6 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff35b6 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.8%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow28.6%
Key (black)0.0%
Color previews
#ff35b6 text on a black background
contrast 6.44:1
Card sample
#ff35b6 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff35b6;
Background color
Panel with #ff35b6 background
background-color: #ff35b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff35b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 53, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 53, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff35b6; background: linear-gradient(135deg, #ff35b6, #FF3B35);