#f75fef
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 95, 239
HSL
303°, 91%, 67%
CMYK
0, 62, 3, 3
Luminance
0.3419
Every format
| HEX | #f75fef |
| RGB | rgb(247, 95, 239) |
| HSL | hsl(303, 91%, 67%) |
| CMYK | cmyk(0%, 62%, 3%, 3%) |
| LAB | lab(65.1 74.5 -44.4) |
| LCH | lch(65.1 86.8 329.2) |
| OKLCH | oklch(0.731 0.243 329.9) |
Copy-ready code
/* CSS */
color: #f75fef;
background-color: #f75fef;
/* Tailwind (arbitrary) */
class="text-[#f75fef] bg-[#f75fef]"
/* SCSS */
$brand: #f75fef;
/* SwiftUI */
Color(red: 0.969, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#f75fef")Accessibility — WCAG contrast
Aa
#f75fef on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75fef on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green37.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow3.2%
Key (black)3.1%
Color previews
#f75fef text on a black background
contrast 7.84:1
Card sample
#f75fef text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75fef;
Background color
Panel with #f75fef background
background-color: #f75fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75fef; background: linear-gradient(135deg, #f75fef, #F75F8A);