#ffafdc
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 175, 220
HSL
326°, 100%, 84%
CMYK
0, 31, 14, 0
Luminance
0.5709
Every format
| HEX | #ffafdc |
| RGB | rgb(255, 175, 220) |
| HSL | hsl(326, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 14%, 0%) |
| LAB | lab(80.2 35.6 -10.8) |
| LCH | lch(80.2 37.2 343.2) |
| OKLCH | oklch(0.844 0.108 344.9) |
Copy-ready code
/* CSS */
color: #ffafdc;
background-color: #ffafdc;
/* Tailwind (arbitrary) */
class="text-[#ffafdc] bg-[#ffafdc]"
/* SCSS */
$brand: #ffafdc;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#ffafdc")Accessibility — WCAG contrast
Aa
#ffafdc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafdc on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow13.7%
Key (black)0.0%
Color previews
#ffafdc text on a black background
contrast 12.42:1
Card sample
#ffafdc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafdc;
Background color
Panel with #ffafdc background
background-color: #ffafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafdc; background: linear-gradient(135deg, #ffafdc, #FFB7AF);