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