#f78cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 140, 253
HSL
297°, 97%, 77%
CMYK
2, 45, 0, 1
Luminance
0.4562
Every format
| HEX | #f78cfd |
| RGB | rgb(247, 140, 253) |
| HSL | hsl(297, 97%, 77%) |
| CMYK | cmyk(2%, 45%, 0%, 1%) |
| LAB | lab(73.3 56.6 -39.3) |
| LCH | lch(73.3 68.9 325.2) |
| OKLCH | oklch(0.793 0.189 325.2) |
Copy-ready code
/* CSS */
color: #f78cfd;
background-color: #f78cfd;
/* Tailwind (arbitrary) */
class="text-[#f78cfd] bg-[#f78cfd]"
/* SCSS */
$brand: #f78cfd;
/* SwiftUI */
Color(red: 0.969, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#f78cfd")Accessibility — WCAG contrast
Aa
#f78cfd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78cfd on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green54.9%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f78cfd text on a black background
contrast 10.12:1
Card sample
#f78cfd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78cfd;
Background color
Panel with #f78cfd background
background-color: #f78cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78cfd; background: linear-gradient(135deg, #f78cfd, #FD8CB8);