#ff35b1
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 53, 177
HSL
323°, 100%, 60%
CMYK
0, 79, 31, 0
Luminance
0.2698
Every format
| HEX | #ff35b1 |
| RGB | rgb(255, 53, 177) |
| HSL | hsl(323, 100%, 60%) |
| CMYK | cmyk(0%, 79%, 31%, 0%) |
| LAB | lab(59.0 81.7 -18.8) |
| LCH | lch(59.0 83.9 347.1) |
| OKLCH | oklch(0.680 0.255 348.9) |
Copy-ready code
/* CSS */
color: #ff35b1;
background-color: #ff35b1;
/* Tailwind (arbitrary) */
class="text-[#ff35b1] bg-[#ff35b1]"
/* SCSS */
$brand: #ff35b1;
/* SwiftUI */
Color(red: 1.000, green: 0.208, blue: 0.694)
/* Android */
Color.parseColor("#ff35b1")Accessibility — WCAG contrast
Aa
#ff35b1 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff35b1 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.8%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow30.6%
Key (black)0.0%
Color previews
#ff35b1 text on a black background
contrast 6.40:1
Card sample
#ff35b1 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff35b1;
Background color
Panel with #ff35b1 background
background-color: #ff35b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff35b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 53, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 53, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff35b1; background: linear-gradient(135deg, #ff35b1, #FF4035);