#f4abda
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 171, 218
HSL
321°, 77%, 81%
CMYK
0, 30, 11, 4
Luminance
0.5342
Every format
| HEX | #f4abda |
| RGB | rgb(244, 171, 218) |
| HSL | hsl(321, 77%, 81%) |
| CMYK | cmyk(0%, 30%, 11%, 4%) |
| LAB | lab(78.1 33.7 -12.9) |
| LCH | lch(78.1 36.1 339.0) |
| OKLCH | oklch(0.825 0.104 340.7) |
Copy-ready code
/* CSS */
color: #f4abda;
background-color: #f4abda;
/* Tailwind (arbitrary) */
class="text-[#f4abda] bg-[#f4abda]"
/* SCSS */
$brand: #f4abda;
/* SwiftUI */
Color(red: 0.957, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#f4abda")Accessibility — WCAG contrast
Aa
#f4abda on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4abda on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow10.7%
Key (black)4.3%
Color previews
#f4abda text on a black background
contrast 11.68:1
Card sample
#f4abda text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4abda;
Background color
Panel with #f4abda background
background-color: #f4abda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4abda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4abda; background: linear-gradient(135deg, #f4abda, #F4ADAB);