#f5afdf
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 175, 223
HSL
319°, 78%, 82%
CMYK
0, 29, 9, 4
Luminance
0.5540
Every format
| HEX | #f5afdf |
| RGB | rgb(245, 175, 223) |
| HSL | hsl(319, 78%, 82%) |
| CMYK | cmyk(0%, 29%, 9%, 4%) |
| LAB | lab(79.3 32.8 -13.9) |
| LCH | lch(79.3 35.6 337.0) |
| OKLCH | oklch(0.834 0.102 338.7) |
Copy-ready code
/* CSS */
color: #f5afdf;
background-color: #f5afdf;
/* Tailwind (arbitrary) */
class="text-[#f5afdf] bg-[#f5afdf]"
/* SCSS */
$brand: #f5afdf;
/* SwiftUI */
Color(red: 0.961, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#f5afdf")Accessibility — WCAG contrast
Aa
#f5afdf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5afdf on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow9.0%
Key (black)3.9%
Color previews
#f5afdf text on a black background
contrast 12.08:1
Card sample
#f5afdf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5afdf;
Background color
Panel with #f5afdf background
background-color: #f5afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5afdf; background: linear-gradient(135deg, #f5afdf, #F5AFB0);