#f5a9da
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 169, 218
HSL
321°, 79%, 81%
CMYK
0, 31, 11, 4
Luminance
0.5285
Every format
| HEX | #f5a9da |
| RGB | rgb(245, 169, 218) |
| HSL | hsl(321, 79%, 81%) |
| CMYK | cmyk(0%, 31%, 11%, 4%) |
| LAB | lab(77.8 35.1 -13.4) |
| LCH | lch(77.8 37.6 339.1) |
| OKLCH | oklch(0.822 0.108 340.8) |
Copy-ready code
/* CSS */
color: #f5a9da;
background-color: #f5a9da;
/* Tailwind (arbitrary) */
class="text-[#f5a9da] bg-[#f5a9da]"
/* SCSS */
$brand: #f5a9da;
/* SwiftUI */
Color(red: 0.961, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#f5a9da")Accessibility — WCAG contrast
Aa
#f5a9da on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a9da on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green66.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow11.0%
Key (black)3.9%
Color previews
#f5a9da text on a black background
contrast 11.57:1
Card sample
#f5a9da text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a9da;
Background color
Panel with #f5a9da background
background-color: #f5a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a9da; background: linear-gradient(135deg, #f5a9da, #F5ABA9);