#f9afdc
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 175, 220
HSL
324°, 86%, 83%
CMYK
0, 30, 12, 2
Luminance
0.5597
Every format
| HEX | #f9afdc |
| RGB | rgb(249, 175, 220) |
| HSL | hsl(324, 86%, 83%) |
| CMYK | cmyk(0%, 30%, 12%, 2%) |
| LAB | lab(79.6 33.6 -11.8) |
| LCH | lch(79.6 35.6 340.7) |
| OKLCH | oklch(0.837 0.103 342.4) |
Copy-ready code
/* CSS */
color: #f9afdc;
background-color: #f9afdc;
/* Tailwind (arbitrary) */
class="text-[#f9afdc] bg-[#f9afdc]"
/* SCSS */
$brand: #f9afdc;
/* SwiftUI */
Color(red: 0.976, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#f9afdc")Accessibility — WCAG contrast
Aa
#f9afdc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9afdc on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.6%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow11.6%
Key (black)2.4%
Color previews
#f9afdc text on a black background
contrast 12.19:1
Card sample
#f9afdc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9afdc;
Background color
Panel with #f9afdc background
background-color: #f9afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9afdc; background: linear-gradient(135deg, #f9afdc, #F9B3AF);