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