#f355f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 85, 242
HSL
300°, 87%, 64%
CMYK
0, 65, 0, 5
Luminance
0.3196
Every format
| HEX | #f355f2 |
| RGB | rgb(243, 85, 242) |
| HSL | hsl(300, 87%, 64%) |
| CMYK | cmyk(0%, 65%, 0%, 5%) |
| LAB | lab(63.3 77.9 -49.0) |
| LCH | lch(63.3 92.0 327.8) |
| OKLCH | oklch(0.717 0.256 328.1) |
Copy-ready code
/* CSS */
color: #f355f2;
background-color: #f355f2;
/* Tailwind (arbitrary) */
class="text-[#f355f2] bg-[#f355f2]"
/* SCSS */
$brand: #f355f2;
/* SwiftUI */
Color(red: 0.953, green: 0.333, blue: 0.949)
/* Android */
Color.parseColor("#f355f2")Accessibility — WCAG contrast
Aa
#f355f2 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f355f2 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green33.3%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow0.4%
Key (black)4.7%
Color previews
#f355f2 text on a black background
contrast 7.39:1
Card sample
#f355f2 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f355f2;
Background color
Panel with #f355f2 background
background-color: #f355f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f355f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 85, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 85, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f355f2; background: linear-gradient(135deg, #f355f2, #F35589);