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