#f663ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 99, 173
HSL
330°, 89%, 68%
CMYK
0, 60, 30, 4
Luminance
0.3153
Every format
| HEX | #f663ad |
| RGB | rgb(246, 99, 173) |
| HSL | hsl(330, 89%, 68%) |
| CMYK | cmyk(0%, 60%, 30%, 4%) |
| LAB | lab(63.0 63.3 -10.6) |
| LCH | lch(63.0 64.2 350.5) |
| OKLCH | oklch(0.706 0.194 351.9) |
Copy-ready code
/* CSS */
color: #f663ad;
background-color: #f663ad;
/* Tailwind (arbitrary) */
class="text-[#f663ad] bg-[#f663ad]"
/* SCSS */
$brand: #f663ad;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.678)
/* Android */
Color.parseColor("#f663ad")Accessibility — WCAG contrast
Aa
#f663ad on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663ad on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow29.7%
Key (black)3.5%
Color previews
#f663ad text on a black background
contrast 7.31:1
Card sample
#f663ad text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663ad;
Background color
Panel with #f663ad background
background-color: #f663ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663ad; background: linear-gradient(135deg, #f663ad, #F67B63);