#f66cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 108, 223
HSL
310°, 89%, 69%
CMYK
0, 56, 9, 4
Luminance
0.3565
Every format
| HEX | #f66cdf |
| RGB | rgb(246, 108, 223) |
| HSL | hsl(310, 89%, 69%) |
| CMYK | cmyk(0%, 56%, 9%, 4%) |
| LAB | lab(66.3 66.3 -33.8) |
| LCH | lch(66.3 74.5 333.0) |
| OKLCH | oklch(0.737 0.213 334.4) |
Copy-ready code
/* CSS */
color: #f66cdf;
background-color: #f66cdf;
/* Tailwind (arbitrary) */
class="text-[#f66cdf] bg-[#f66cdf]"
/* SCSS */
$brand: #f66cdf;
/* SwiftUI */
Color(red: 0.965, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#f66cdf")Accessibility — WCAG contrast
Aa
#f66cdf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f66cdf on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow9.3%
Key (black)3.5%
Color previews
#f66cdf text on a black background
contrast 8.13:1
Card sample
#f66cdf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f66cdf;
Background color
Panel with #f66cdf background
background-color: #f66cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f66cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f66cdf; background: linear-gradient(135deg, #f66cdf, #F66C83);