#f75fe2
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 95, 226
HSL
308°, 91%, 67%
CMYK
0, 62, 9, 3
Luminance
0.3345
Every format
| HEX | #f75fe2 |
| RGB | rgb(247, 95, 226) |
| HSL | hsl(308, 91%, 67%) |
| CMYK | cmyk(0%, 62%, 9%, 3%) |
| LAB | lab(64.5 72.5 -38.1) |
| LCH | lch(64.5 81.9 332.3) |
| OKLCH | oklch(0.725 0.234 333.5) |
Copy-ready code
/* CSS */
color: #f75fe2;
background-color: #f75fe2;
/* Tailwind (arbitrary) */
class="text-[#f75fe2] bg-[#f75fe2]"
/* SCSS */
$brand: #f75fe2;
/* SwiftUI */
Color(red: 0.969, green: 0.373, blue: 0.886)
/* Android */
Color.parseColor("#f75fe2")Accessibility — WCAG contrast
Aa
#f75fe2 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75fe2 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green37.3%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow8.5%
Key (black)3.1%
Color previews
#f75fe2 text on a black background
contrast 7.69:1
Card sample
#f75fe2 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75fe2;
Background color
Panel with #f75fe2 background
background-color: #f75fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 95, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 95, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75fe2; background: linear-gradient(135deg, #f75fe2, #F75F7D);