#f35dfe
a light, electric magenta / pink · warm · closest name: magenta
RGB
243, 93, 254
HSL
296°, 99%, 68%
CMYK
4, 63, 0, 0
Luminance
0.3404
Every format
| HEX | #f35dfe |
| RGB | rgb(243, 93, 254) |
| HSL | hsl(296, 99%, 68%) |
| CMYK | cmyk(4%, 63%, 0%, 0%) |
| LAB | lab(65.0 76.8 -52.9) |
| LCH | lch(65.0 93.3 325.4) |
| OKLCH | oklch(0.731 0.256 325.0) |
Copy-ready code
/* CSS */
color: #f35dfe;
background-color: #f35dfe;
/* Tailwind (arbitrary) */
class="text-[#f35dfe] bg-[#f35dfe]"
/* SCSS */
$brand: #f35dfe;
/* SwiftUI */
Color(red: 0.953, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#f35dfe")Accessibility — WCAG contrast
Aa
#f35dfe on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35dfe on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green36.5%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f35dfe text on a black background
contrast 7.81:1
Card sample
#f35dfe text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35dfe;
Background color
Panel with #f35dfe background
background-color: #f35dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35dfe; background: linear-gradient(135deg, #f35dfe, #FE5D9E);