#f769fd
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 105, 253
HSL
298°, 97%, 70%
CMYK
2, 59, 0, 1
Luminance
0.3697
Every format
| HEX | #f769fd |
| RGB | rgb(247, 105, 253) |
| HSL | hsl(298, 97%, 70%) |
| CMYK | cmyk(2%, 59%, 0%, 1%) |
| LAB | lab(67.3 72.8 -48.8) |
| LCH | lch(67.3 87.6 326.2) |
| OKLCH | oklch(0.749 0.241 326.0) |
Copy-ready code
/* CSS */
color: #f769fd;
background-color: #f769fd;
/* Tailwind (arbitrary) */
class="text-[#f769fd] bg-[#f769fd]"
/* SCSS */
$brand: #f769fd;
/* SwiftUI */
Color(red: 0.969, green: 0.412, blue: 0.992)
/* Android */
Color.parseColor("#f769fd")Accessibility — WCAG contrast
Aa
#f769fd on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f769fd on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green41.2%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta58.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f769fd text on a black background
contrast 8.39:1
Card sample
#f769fd text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f769fd;
Background color
Panel with #f769fd background
background-color: #f769fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f769fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 105, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 105, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f769fd; background: linear-gradient(135deg, #f769fd, #FD69A0);