#f35dff
a light, electric magenta / pink · warm · closest name: magenta
RGB
243, 93, 255
HSL
296°, 100%, 68%
CMYK
5, 64, 0, 0
Luminance
0.3410
Every format
| HEX | #f35dff |
| RGB | rgb(243, 93, 255) |
| HSL | hsl(296, 100%, 68%) |
| CMYK | cmyk(5%, 64%, 0%, 0%) |
| LAB | lab(65.0 77.0 -53.4) |
| LCH | lch(65.0 93.7 325.3) |
| OKLCH | oklch(0.732 0.257 324.7) |
Copy-ready code
/* CSS */
color: #f35dff;
background-color: #f35dff;
/* Tailwind (arbitrary) */
class="text-[#f35dff] bg-[#f35dff]"
/* SCSS */
$brand: #f35dff;
/* SwiftUI */
Color(red: 0.953, green: 0.365, blue: 1.000)
/* Android */
Color.parseColor("#f35dff")Accessibility — WCAG contrast
Aa
#f35dff on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35dff on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green36.5%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta63.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f35dff text on a black background
contrast 7.82:1
Card sample
#f35dff text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35dff;
Background color
Panel with #f35dff background
background-color: #f35dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 93, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 93, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35dff; background: linear-gradient(135deg, #f35dff, #FF5D9F);