#f663c4
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 99, 196
HSL
320°, 89%, 68%
CMYK
0, 60, 20, 4
Luminance
0.3250
Every format
| HEX | #f663c4 |
| RGB | rgb(246, 99, 196) |
| HSL | hsl(320, 89%, 68%) |
| CMYK | cmyk(0%, 60%, 20%, 4%) |
| LAB | lab(63.8 66.3 -22.5) |
| LCH | lch(63.8 70.0 341.3) |
| OKLCH | oklch(0.715 0.207 343.2) |
Copy-ready code
/* CSS */
color: #f663c4;
background-color: #f663c4;
/* Tailwind (arbitrary) */
class="text-[#f663c4] bg-[#f663c4]"
/* SCSS */
$brand: #f663c4;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.769)
/* Android */
Color.parseColor("#f663c4")Accessibility — WCAG contrast
Aa
#f663c4 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663c4 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow20.3%
Key (black)3.5%
Color previews
#f663c4 text on a black background
contrast 7.50:1
Card sample
#f663c4 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663c4;
Background color
Panel with #f663c4 background
background-color: #f663c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663c4; background: linear-gradient(135deg, #f663c4, #F66463);