#f75cdb
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 92, 219
HSL
311°, 91%, 67%
CMYK
0, 63, 11, 3
Luminance
0.3254
Every format
| HEX | #f75cdb |
| RGB | rgb(247, 92, 219) |
| HSL | hsl(311, 91%, 67%) |
| CMYK | cmyk(0%, 63%, 11%, 3%) |
| LAB | lab(63.8 72.7 -35.4) |
| LCH | lch(63.8 80.8 334.0) |
| OKLCH | oklch(0.718 0.233 335.6) |
Copy-ready code
/* CSS */
color: #f75cdb;
background-color: #f75cdb;
/* Tailwind (arbitrary) */
class="text-[#f75cdb] bg-[#f75cdb]"
/* SCSS */
$brand: #f75cdb;
/* SwiftUI */
Color(red: 0.969, green: 0.361, blue: 0.859)
/* Android */
Color.parseColor("#f75cdb")Accessibility — WCAG contrast
Aa
#f75cdb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75cdb on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green36.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow11.3%
Key (black)3.1%
Color previews
#f75cdb text on a black background
contrast 7.51:1
Card sample
#f75cdb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75cdb;
Background color
Panel with #f75cdb background
background-color: #f75cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 92, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 92, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75cdb; background: linear-gradient(135deg, #f75cdb, #F75C74);