#f5afd6
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 175, 214
HSL
327°, 78%, 82%
CMYK
0, 29, 13, 4
Luminance
0.5493
Every format
| HEX | #f5afd6 |
| RGB | rgb(245, 175, 214) |
| HSL | hsl(327, 78%, 82%) |
| CMYK | cmyk(0%, 29%, 13%, 4%) |
| LAB | lab(79.0 31.3 -9.5) |
| LCH | lch(79.0 32.7 343.2) |
| OKLCH | oklch(0.831 0.095 344.9) |
Copy-ready code
/* CSS */
color: #f5afd6;
background-color: #f5afd6;
/* Tailwind (arbitrary) */
class="text-[#f5afd6] bg-[#f5afd6]"
/* SCSS */
$brand: #f5afd6;
/* SwiftUI */
Color(red: 0.961, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#f5afd6")Accessibility — WCAG contrast
Aa
#f5afd6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5afd6 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green68.6%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow12.7%
Key (black)3.9%
Color previews
#f5afd6 text on a black background
contrast 11.99:1
Card sample
#f5afd6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5afd6;
Background color
Panel with #f5afd6 background
background-color: #f5afd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5afd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5afd6; background: linear-gradient(135deg, #f5afd6, #F5B7AF);