#f66bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 107, 201
HSL
319°, 89%, 69%
CMYK
0, 57, 18, 4
Luminance
0.3433
Every format
| HEX | #f66bc9 |
| RGB | rgb(246, 107, 201) |
| HSL | hsl(319, 89%, 69%) |
| CMYK | cmyk(0%, 57%, 18%, 4%) |
| LAB | lab(65.2 63.5 -23.1) |
| LCH | lch(65.2 67.6 340.1) |
| OKLCH | oklch(0.726 0.199 341.9) |
Copy-ready code
/* CSS */
color: #f66bc9;
background-color: #f66bc9;
/* Tailwind (arbitrary) */
class="text-[#f66bc9] bg-[#f66bc9]"
/* SCSS */
$brand: #f66bc9;
/* SwiftUI */
Color(red: 0.965, green: 0.420, blue: 0.788)
/* Android */
Color.parseColor("#f66bc9")Accessibility — WCAG contrast
Aa
#f66bc9 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f66bc9 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green42.0%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow18.3%
Key (black)3.5%
Color previews
#f66bc9 text on a black background
contrast 7.87:1
Card sample
#f66bc9 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f66bc9;
Background color
Panel with #f66bc9 background
background-color: #f66bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f66bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 107, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 107, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f66bc9; background: linear-gradient(135deg, #f66bc9, #F66B6C);