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