#f97cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 124, 253
HSL
298°, 97%, 74%
CMYK
2, 51, 0, 1
Luminance
0.4165
Every format
| HEX | #f97cfd |
| RGB | rgb(249, 124, 253) |
| HSL | hsl(298, 97%, 74%) |
| CMYK | cmyk(2%, 51%, 0%, 1%) |
| LAB | lab(70.6 64.8 -43.5) |
| LCH | lch(70.6 78.1 326.2) |
| OKLCH | oklch(0.774 0.215 326.2) |
Copy-ready code
/* CSS */
color: #f97cfd;
background-color: #f97cfd;
/* Tailwind (arbitrary) */
class="text-[#f97cfd] bg-[#f97cfd]"
/* SCSS */
$brand: #f97cfd;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#f97cfd")Accessibility — WCAG contrast
Aa
#f97cfd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cfd on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f97cfd text on a black background
contrast 9.33:1
Card sample
#f97cfd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cfd;
Background color
Panel with #f97cfd background
background-color: #f97cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cfd; background: linear-gradient(135deg, #f97cfd, #FD7CAB);