#f481ba
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 129, 186
HSL
330°, 84%, 73%
CMYK
0, 47, 24, 4
Luminance
0.3848
Every format
| HEX | #f481ba |
| RGB | rgb(244, 129, 186) |
| HSL | hsl(330, 84%, 73%) |
| CMYK | cmyk(0%, 47%, 24%, 4%) |
| LAB | lab(68.4 50.5 -9.9) |
| LCH | lch(68.4 51.5 348.9) |
| OKLCH | oklch(0.747 0.154 350.4) |
Copy-ready code
/* CSS */
color: #f481ba;
background-color: #f481ba;
/* Tailwind (arbitrary) */
class="text-[#f481ba] bg-[#f481ba]"
/* SCSS */
$brand: #f481ba;
/* SwiftUI */
Color(red: 0.957, green: 0.506, blue: 0.729)
/* Android */
Color.parseColor("#f481ba")Accessibility — WCAG contrast
Aa
#f481ba on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f481ba on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green50.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow23.8%
Key (black)4.3%
Color previews
#f481ba text on a black background
contrast 8.70:1
Card sample
#f481ba text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f481ba;
Background color
Panel with #f481ba background
background-color: #f481ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f481ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 129, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 129, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f481ba; background: linear-gradient(135deg, #f481ba, #F49581);