#f95dfe
a light, electric magenta / pink · warm · closest name: magenta
RGB
249, 93, 254
HSL
298°, 99%, 68%
CMYK
2, 63, 0, 0
Luminance
0.3512
Every format
| HEX | #f95dfe |
| RGB | rgb(249, 93, 254) |
| HSL | hsl(298, 99%, 68%) |
| CMYK | cmyk(2%, 63%, 0%, 0%) |
| LAB | lab(65.8 78.2 -51.5) |
| LCH | lch(65.8 93.7 326.6) |
| OKLCH | oklch(0.739 0.259 326.5) |
Copy-ready code
/* CSS */
color: #f95dfe;
background-color: #f95dfe;
/* Tailwind (arbitrary) */
class="text-[#f95dfe] bg-[#f95dfe]"
/* SCSS */
$brand: #f95dfe;
/* SwiftUI */
Color(red: 0.976, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#f95dfe")Accessibility — WCAG contrast
Aa
#f95dfe on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95dfe on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green36.5%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f95dfe text on a black background
contrast 8.02:1
Card sample
#f95dfe text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95dfe;
Background color
Panel with #f95dfe background
background-color: #f95dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95dfe; background: linear-gradient(135deg, #f95dfe, #FE5D98);