#f75cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 92, 223
HSL
309°, 91%, 67%
CMYK
0, 63, 10, 3
Luminance
0.3276
Every format
| HEX | #f75cdf |
| RGB | rgb(247, 92, 223) |
| HSL | hsl(309, 91%, 67%) |
| CMYK | cmyk(0%, 63%, 10%, 3%) |
| LAB | lab(64.0 73.2 -37.3) |
| LCH | lch(64.0 82.2 333.0) |
| OKLCH | oklch(0.720 0.235 334.4) |
Copy-ready code
/* CSS */
color: #f75cdf;
background-color: #f75cdf;
/* Tailwind (arbitrary) */
class="text-[#f75cdf] bg-[#f75cdf]"
/* SCSS */
$brand: #f75cdf;
/* SwiftUI */
Color(red: 0.969, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#f75cdf")Accessibility — WCAG contrast
Aa
#f75cdf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75cdf on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green36.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow9.7%
Key (black)3.1%
Color previews
#f75cdf text on a black background
contrast 7.55:1
Card sample
#f75cdf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75cdf;
Background color
Panel with #f75cdf background
background-color: #f75cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75cdf; background: linear-gradient(135deg, #f75cdf, #F75C78);