#f663af
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 99, 175
HSL
329°, 89%, 68%
CMYK
0, 60, 29, 4
Luminance
0.3161
Every format
| HEX | #f663af |
| RGB | rgb(246, 99, 175) |
| HSL | hsl(329, 89%, 68%) |
| CMYK | cmyk(0%, 60%, 29%, 4%) |
| LAB | lab(63.0 63.6 -11.6) |
| LCH | lch(63.0 64.6 349.6) |
| OKLCH | oklch(0.707 0.195 351.1) |
Copy-ready code
/* CSS */
color: #f663af;
background-color: #f663af;
/* Tailwind (arbitrary) */
class="text-[#f663af] bg-[#f663af]"
/* SCSS */
$brand: #f663af;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.686)
/* Android */
Color.parseColor("#f663af")Accessibility — WCAG contrast
Aa
#f663af on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663af on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow28.9%
Key (black)3.5%
Color previews
#f663af text on a black background
contrast 7.32:1
Card sample
#f663af text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663af;
Background color
Panel with #f663af background
background-color: #f663af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663af; background: linear-gradient(135deg, #f663af, #F67963);