#f47fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 127, 223
HSL
311°, 84%, 73%
CMYK
0, 48, 9, 4
Luminance
0.3974
Every format
| HEX | #f47fdf |
| RGB | rgb(244, 127, 223) |
| HSL | hsl(311, 84%, 73%) |
| CMYK | cmyk(0%, 48%, 9%, 4%) |
| LAB | lab(69.3 57.0 -29.1) |
| LCH | lch(69.3 64.0 333.0) |
| OKLCH | oklch(0.758 0.182 334.4) |
Copy-ready code
/* CSS */
color: #f47fdf;
background-color: #f47fdf;
/* Tailwind (arbitrary) */
class="text-[#f47fdf] bg-[#f47fdf]"
/* SCSS */
$brand: #f47fdf;
/* SwiftUI */
Color(red: 0.957, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#f47fdf")Accessibility — WCAG contrast
Aa
#f47fdf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47fdf on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow8.6%
Key (black)4.3%
Color previews
#f47fdf text on a black background
contrast 8.95:1
Card sample
#f47fdf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47fdf;
Background color
Panel with #f47fdf background
background-color: #f47fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47fdf; background: linear-gradient(135deg, #f47fdf, #F47F91);