#f970fd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 112, 253
HSL
298°, 97%, 72%
CMYK
2, 56, 0, 1
Luminance
0.3882
Every format
| HEX | #f970fd |
| RGB | rgb(249, 112, 253) |
| HSL | hsl(298, 97%, 72%) |
| CMYK | cmyk(2%, 56%, 0%, 1%) |
| LAB | lab(68.6 70.3 -46.6) |
| LCH | lch(68.6 84.3 326.4) |
| OKLCH | oklch(0.759 0.233 326.5) |
Copy-ready code
/* CSS */
color: #f970fd;
background-color: #f970fd;
/* Tailwind (arbitrary) */
class="text-[#f970fd] bg-[#f970fd]"
/* SCSS */
$brand: #f970fd;
/* SwiftUI */
Color(red: 0.976, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#f970fd")Accessibility — WCAG contrast
Aa
#f970fd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f970fd on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green43.9%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f970fd text on a black background
contrast 8.76:1
Card sample
#f970fd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f970fd;
Background color
Panel with #f970fd background
background-color: #f970fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f970fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f970fd; background: linear-gradient(135deg, #f970fd, #FD70A3);