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