#f47dec
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 125, 236
HSL
304°, 84%, 72%
CMYK
0, 49, 3, 4
Luminance
0.3996
Every format
| HEX | #f47dec |
| RGB | rgb(244, 125, 236) |
| HSL | hsl(304, 84%, 72%) |
| CMYK | cmyk(0%, 49%, 3%, 4%) |
| LAB | lab(69.4 60.1 -36.0) |
| LCH | lch(69.4 70.1 329.1) |
| OKLCH | oklch(0.761 0.196 329.8) |
Copy-ready code
/* CSS */
color: #f47dec;
background-color: #f47dec;
/* Tailwind (arbitrary) */
class="text-[#f47dec] bg-[#f47dec]"
/* SCSS */
$brand: #f47dec;
/* SwiftUI */
Color(red: 0.957, green: 0.490, blue: 0.925)
/* Android */
Color.parseColor("#f47dec")Accessibility — WCAG contrast
Aa
#f47dec on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47dec on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green49.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow3.3%
Key (black)4.3%
Color previews
#f47dec text on a black background
contrast 8.99:1
Card sample
#f47dec text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47dec;
Background color
Panel with #f47dec background
background-color: #f47dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 125, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 125, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47dec; background: linear-gradient(135deg, #f47dec, #F47D9D);