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