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