#f3a0db
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 160, 219
HSL
317°, 78%, 79%
CMYK
0, 34, 10, 5
Luminance
0.4931
Every format
| HEX | #f3a0db |
| RGB | rgb(243, 160, 219) |
| HSL | hsl(317, 78%, 79%) |
| CMYK | cmyk(0%, 34%, 10%, 5%) |
| LAB | lab(75.7 39.4 -17.2) |
| LCH | lch(75.7 43.0 336.4) |
| OKLCH | oklch(0.806 0.123 338.0) |
Copy-ready code
/* CSS */
color: #f3a0db;
background-color: #f3a0db;
/* Tailwind (arbitrary) */
class="text-[#f3a0db] bg-[#f3a0db]"
/* SCSS */
$brand: #f3a0db;
/* SwiftUI */
Color(red: 0.953, green: 0.627, blue: 0.859)
/* Android */
Color.parseColor("#f3a0db")Accessibility — WCAG contrast
Aa
#f3a0db on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3a0db on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green62.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow9.9%
Key (black)4.7%
Color previews
#f3a0db text on a black background
contrast 10.86:1
Card sample
#f3a0db text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3a0db;
Background color
Panel with #f3a0db background
background-color: #f3a0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3a0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 160, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 160, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3a0db; background: linear-gradient(135deg, #f3a0db, #F3A0A4);