#f47cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 124, 223
HSL
311°, 85%, 72%
CMYK
0, 49, 9, 4
Luminance
0.3898
Every format
| HEX | #f47cdf |
| RGB | rgb(244, 124, 223) |
| HSL | hsl(311, 85%, 72%) |
| CMYK | cmyk(0%, 49%, 9%, 4%) |
| LAB | lab(68.7 58.5 -30.0) |
| LCH | lch(68.7 65.7 332.9) |
| OKLCH | oklch(0.754 0.187 334.3) |
Copy-ready code
/* CSS */
color: #f47cdf;
background-color: #f47cdf;
/* Tailwind (arbitrary) */
class="text-[#f47cdf] bg-[#f47cdf]"
/* SCSS */
$brand: #f47cdf;
/* SwiftUI */
Color(red: 0.957, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#f47cdf")Accessibility — WCAG contrast
Aa
#f47cdf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47cdf on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow8.6%
Key (black)4.3%
Color previews
#f47cdf text on a black background
contrast 8.80:1
Card sample
#f47cdf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47cdf;
Background color
Panel with #f47cdf background
background-color: #f47cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47cdf; background: linear-gradient(135deg, #f47cdf, #F47C8F);