#f46cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 108, 223
HSL
309°, 86%, 69%
CMYK
0, 56, 9, 4
Luminance
0.3529
Every format
| HEX | #f46cdf |
| RGB | rgb(244, 108, 223) |
| HSL | hsl(309, 86%, 69%) |
| CMYK | cmyk(0%, 56%, 9%, 4%) |
| LAB | lab(66.0 65.8 -34.2) |
| LCH | lch(66.0 74.2 332.5) |
| OKLCH | oklch(0.734 0.211 333.9) |
Copy-ready code
/* CSS */
color: #f46cdf;
background-color: #f46cdf;
/* Tailwind (arbitrary) */
class="text-[#f46cdf] bg-[#f46cdf]"
/* SCSS */
$brand: #f46cdf;
/* SwiftUI */
Color(red: 0.957, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#f46cdf")Accessibility — WCAG contrast
Aa
#f46cdf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46cdf on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow8.6%
Key (black)4.3%
Color previews
#f46cdf text on a black background
contrast 8.06:1
Card sample
#f46cdf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46cdf;
Background color
Panel with #f46cdf background
background-color: #f46cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46cdf; background: linear-gradient(135deg, #f46cdf, #F46C84);