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