#f77dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 125, 253
HSL
297°, 97%, 74%
CMYK
2, 51, 0, 1
Luminance
0.4153
Every format
| HEX | #f77dfd |
| RGB | rgb(247, 125, 253) |
| HSL | hsl(297, 97%, 74%) |
| CMYK | cmyk(2%, 51%, 0%, 1%) |
| LAB | lab(70.5 63.9 -43.6) |
| LCH | lch(70.5 77.3 325.7) |
| OKLCH | oklch(0.773 0.213 325.6) |
Copy-ready code
/* CSS */
color: #f77dfd;
background-color: #f77dfd;
/* Tailwind (arbitrary) */
class="text-[#f77dfd] bg-[#f77dfd]"
/* SCSS */
$brand: #f77dfd;
/* SwiftUI */
Color(red: 0.969, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#f77dfd")Accessibility — WCAG contrast
Aa
#f77dfd on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f77dfd on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green49.0%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f77dfd text on a black background
contrast 9.31:1
Card sample
#f77dfd text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f77dfd;
Background color
Panel with #f77dfd background
background-color: #f77dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f77dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f77dfd; background: linear-gradient(135deg, #f77dfd, #FD7DAE);