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