#f66dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 109, 253
HSL
297°, 97%, 71%
CMYK
3, 57, 0, 1
Luminance
0.3762
Every format
| HEX | #f66dfd |
| RGB | rgb(246, 109, 253) |
| HSL | hsl(297, 97%, 71%) |
| CMYK | cmyk(3%, 57%, 0%, 1%) |
| LAB | lab(67.7 70.8 -48.0) |
| LCH | lch(67.7 85.5 325.9) |
| OKLCH | oklch(0.752 0.235 325.7) |
Copy-ready code
/* CSS */
color: #f66dfd;
background-color: #f66dfd;
/* Tailwind (arbitrary) */
class="text-[#f66dfd] bg-[#f66dfd]"
/* SCSS */
$brand: #f66dfd;
/* SwiftUI */
Color(red: 0.965, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#f66dfd")Accessibility — WCAG contrast
Aa
#f66dfd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f66dfd on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green42.7%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f66dfd text on a black background
contrast 8.52:1
Card sample
#f66dfd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f66dfd;
Background color
Panel with #f66dfd background
background-color: #f66dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f66dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f66dfd; background: linear-gradient(135deg, #f66dfd, #FD6DA4);