#f663ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 99, 186
HSL
325°, 89%, 68%
CMYK
0, 60, 24, 4
Luminance
0.3206
Every format
| HEX | #f663ba |
| RGB | rgb(246, 99, 186) |
| HSL | hsl(325, 89%, 68%) |
| CMYK | cmyk(0%, 60%, 24%, 4%) |
| LAB | lab(63.4 65.0 -17.3) |
| LCH | lch(63.4 67.2 345.1) |
| OKLCH | oklch(0.711 0.201 346.9) |
Copy-ready code
/* CSS */
color: #f663ba;
background-color: #f663ba;
/* Tailwind (arbitrary) */
class="text-[#f663ba] bg-[#f663ba]"
/* SCSS */
$brand: #f663ba;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.729)
/* Android */
Color.parseColor("#f663ba")Accessibility — WCAG contrast
Aa
#f663ba on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663ba on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow24.4%
Key (black)3.5%
Color previews
#f663ba text on a black background
contrast 7.41:1
Card sample
#f663ba text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663ba;
Background color
Panel with #f663ba background
background-color: #f663ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663ba; background: linear-gradient(135deg, #f663ba, #F66E63);