#f97dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 125, 254
HSL
298°, 99%, 74%
CMYK
2, 51, 0, 0
Luminance
0.4196
Every format
| HEX | #f97dfe |
| RGB | rgb(249, 125, 254) |
| HSL | hsl(298, 99%, 74%) |
| CMYK | cmyk(2%, 51%, 0%, 0%) |
| LAB | lab(70.8 64.6 -43.7) |
| LCH | lch(70.8 77.9 325.9) |
| OKLCH | oklch(0.776 0.214 325.9) |
Copy-ready code
/* CSS */
color: #f97dfe;
background-color: #f97dfe;
/* Tailwind (arbitrary) */
class="text-[#f97dfe] bg-[#f97dfe]"
/* SCSS */
$brand: #f97dfe;
/* SwiftUI */
Color(red: 0.976, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#f97dfe")Accessibility — WCAG contrast
Aa
#f97dfe on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97dfe on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.0%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f97dfe text on a black background
contrast 9.39:1
Card sample
#f97dfe text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97dfe;
Background color
Panel with #f97dfe background
background-color: #f97dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97dfe; background: linear-gradient(135deg, #f97dfe, #FE7DAD);