#f35afb
a light, electric magenta / pink · warm · closest name: magenta
RGB
243, 90, 251
HSL
297°, 95%, 67%
CMYK
3, 64, 0, 2
Luminance
0.3333
Every format
| HEX | #f35afb |
| RGB | rgb(243, 90, 251) |
| HSL | hsl(297, 95%, 67%) |
| CMYK | cmyk(3%, 64%, 0%, 2%) |
| LAB | lab(64.4 77.5 -52.2) |
| LCH | lch(64.4 93.4 326.0) |
| OKLCH | oklch(0.727 0.257 325.8) |
Copy-ready code
/* CSS */
color: #f35afb;
background-color: #f35afb;
/* Tailwind (arbitrary) */
class="text-[#f35afb] bg-[#f35afb]"
/* SCSS */
$brand: #f35afb;
/* SwiftUI */
Color(red: 0.953, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#f35afb")Accessibility — WCAG contrast
Aa
#f35afb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35afb on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green35.3%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#f35afb text on a black background
contrast 7.67:1
Card sample
#f35afb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35afb;
Background color
Panel with #f35afb background
background-color: #f35afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35afb; background: linear-gradient(135deg, #f35afb, #FB5A98);