#f663da
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 99, 218
HSL
311°, 89%, 68%
CMYK
0, 60, 11, 4
Luminance
0.3358
Every format
| HEX | #f663da |
| RGB | rgb(246, 99, 218) |
| HSL | hsl(311, 89%, 68%) |
| CMYK | cmyk(0%, 60%, 11%, 4%) |
| LAB | lab(64.6 69.4 -33.5) |
| LCH | lch(64.6 77.1 334.2) |
| OKLCH | oklch(0.724 0.222 335.8) |
Copy-ready code
/* CSS */
color: #f663da;
background-color: #f663da;
/* Tailwind (arbitrary) */
class="text-[#f663da] bg-[#f663da]"
/* SCSS */
$brand: #f663da;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.855)
/* Android */
Color.parseColor("#f663da")Accessibility — WCAG contrast
Aa
#f663da on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663da on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow11.4%
Key (black)3.5%
Color previews
#f663da text on a black background
contrast 7.72:1
Card sample
#f663da text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663da;
Background color
Panel with #f663da background
background-color: #f663da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663da; background: linear-gradient(135deg, #f663da, #F66378);