#f663df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 99, 223
HSL
309°, 89%, 68%
CMYK
0, 60, 9, 4
Luminance
0.3384
Every format
| HEX | #f663df |
| RGB | rgb(246, 99, 223) |
| HSL | hsl(309, 89%, 68%) |
| CMYK | cmyk(0%, 60%, 9%, 4%) |
| LAB | lab(64.8 70.2 -36.0) |
| LCH | lch(64.8 78.9 332.9) |
| OKLCH | oklch(0.726 0.226 334.2) |
Copy-ready code
/* CSS */
color: #f663df;
background-color: #f663df;
/* Tailwind (arbitrary) */
class="text-[#f663df] bg-[#f663df]"
/* SCSS */
$brand: #f663df;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#f663df")Accessibility — WCAG contrast
Aa
#f663df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663df on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow9.3%
Key (black)3.5%
Color previews
#f663df text on a black background
contrast 7.77:1
Card sample
#f663df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663df;
Background color
Panel with #f663df background
background-color: #f663df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663df; background: linear-gradient(135deg, #f663df, #F6637D);