#f3abda
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 171, 218
HSL
321°, 75%, 81%
CMYK
0, 30, 10, 5
Luminance
0.5324
Every format
| HEX | #f3abda |
| RGB | rgb(243, 171, 218) |
| HSL | hsl(321, 75%, 81%) |
| CMYK | cmyk(0%, 30%, 10%, 5%) |
| LAB | lab(78.0 33.4 -13.1) |
| LCH | lch(78.0 35.9 338.6) |
| OKLCH | oklch(0.824 0.103 340.3) |
Copy-ready code
/* CSS */
color: #f3abda;
background-color: #f3abda;
/* Tailwind (arbitrary) */
class="text-[#f3abda] bg-[#f3abda]"
/* SCSS */
$brand: #f3abda;
/* SwiftUI */
Color(red: 0.953, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#f3abda")Accessibility — WCAG contrast
Aa
#f3abda on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3abda on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow10.3%
Key (black)4.7%
Color previews
#f3abda text on a black background
contrast 11.65:1
Card sample
#f3abda text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3abda;
Background color
Panel with #f3abda background
background-color: #f3abda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3abda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3abda; background: linear-gradient(135deg, #f3abda, #F3ACAB);