#f472df
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 114, 223
HSL
310°, 86%, 70%
CMYK
0, 53, 9, 4
Luminance
0.3660
Every format
| HEX | #f472df |
| RGB | rgb(244, 114, 223) |
| HSL | hsl(310, 86%, 70%) |
| CMYK | cmyk(0%, 53%, 9%, 4%) |
| LAB | lab(67.0 63.1 -32.7) |
| LCH | lch(67.0 71.1 332.6) |
| OKLCH | oklch(0.741 0.203 334.0) |
Copy-ready code
/* CSS */
color: #f472df;
background-color: #f472df;
/* Tailwind (arbitrary) */
class="text-[#f472df] bg-[#f472df]"
/* SCSS */
$brand: #f472df;
/* SwiftUI */
Color(red: 0.957, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#f472df")Accessibility — WCAG contrast
Aa
#f472df on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f472df on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green44.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow8.6%
Key (black)4.3%
Color previews
#f472df text on a black background
contrast 8.32:1
Card sample
#f472df text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f472df;
Background color
Panel with #f472df background
background-color: #f472df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f472df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f472df; background: linear-gradient(135deg, #f472df, #F47288);