#f35fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 95, 223
HSL
308°, 86%, 66%
CMYK
0, 61, 8, 5
Luminance
0.3257
Every format
| HEX | #f35fdf |
| RGB | rgb(243, 95, 223) |
| HSL | hsl(308, 86%, 66%) |
| CMYK | cmyk(0%, 61%, 8%, 5%) |
| LAB | lab(63.8 71.0 -37.6) |
| LCH | lch(63.8 80.4 332.1) |
| OKLCH | oklch(0.718 0.229 333.4) |
Copy-ready code
/* CSS */
color: #f35fdf;
background-color: #f35fdf;
/* Tailwind (arbitrary) */
class="text-[#f35fdf] bg-[#f35fdf]"
/* SCSS */
$brand: #f35fdf;
/* SwiftUI */
Color(red: 0.953, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#f35fdf")Accessibility — WCAG contrast
Aa
#f35fdf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f35fdf on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow8.2%
Key (black)4.7%
Color previews
#f35fdf text on a black background
contrast 7.51:1
Card sample
#f35fdf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f35fdf;
Background color
Panel with #f35fdf background
background-color: #f35fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f35fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f35fdf; background: linear-gradient(135deg, #f35fdf, #F35F7C);