#f5afd1
a light, electric magenta / pink · warm · closest name: pink
RGB
245, 175, 209
HSL
331°, 78%, 82%
CMYK
0, 29, 15, 4
Luminance
0.5468
Every format
| HEX | #f5afd1 |
| RGB | rgb(245, 175, 209) |
| HSL | hsl(331, 78%, 82%) |
| CMYK | cmyk(0%, 29%, 15%, 4%) |
| LAB | lab(78.9 30.5 -7.0) |
| LCH | lch(78.9 31.3 347.1) |
| OKLCH | oklch(0.830 0.092 348.6) |
Copy-ready code
/* CSS */
color: #f5afd1;
background-color: #f5afd1;
/* Tailwind (arbitrary) */
class="text-[#f5afd1] bg-[#f5afd1]"
/* SCSS */
$brand: #f5afd1;
/* SwiftUI */
Color(red: 0.961, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#f5afd1")Accessibility — WCAG contrast
Aa
#f5afd1 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5afd1 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green68.6%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow14.7%
Key (black)3.9%
Color previews
#f5afd1 text on a black background
contrast 11.94:1
Card sample
#f5afd1 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5afd1;
Background color
Panel with #f5afd1 background
background-color: #f5afd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5afd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5afd1; background: linear-gradient(135deg, #f5afd1, #F5BCAF);