#f95dfb
a light, electric magenta / pink · warm · closest name: magenta
RGB
249, 93, 251
HSL
299°, 95%, 68%
CMYK
1, 63, 0, 2
Luminance
0.3493
Every format
| HEX | #f95dfb |
| RGB | rgb(249, 93, 251) |
| HSL | hsl(299, 95%, 68%) |
| CMYK | cmyk(1%, 63%, 0%, 2%) |
| LAB | lab(65.7 77.7 -50.1) |
| LCH | lch(65.7 92.5 327.2) |
| OKLCH | oklch(0.738 0.256 327.3) |
Copy-ready code
/* CSS */
color: #f95dfb;
background-color: #f95dfb;
/* Tailwind (arbitrary) */
class="text-[#f95dfb] bg-[#f95dfb]"
/* SCSS */
$brand: #f95dfb;
/* SwiftUI */
Color(red: 0.976, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#f95dfb")Accessibility — WCAG contrast
Aa
#f95dfb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95dfb on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green36.5%
Blue98.4%
CMYK percentages
Cyan0.8%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#f95dfb text on a black background
contrast 7.99:1
Card sample
#f95dfb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95dfb;
Background color
Panel with #f95dfb background
background-color: #f95dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95dfb; background: linear-gradient(135deg, #f95dfb, #FB5D94);