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