#ffa4df
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 164, 223
HSL
321°, 100%, 82%
CMYK
0, 36, 13, 0
Luminance
0.5314
Every format
| HEX | #ffa4df |
| RGB | rgb(255, 164, 223) |
| HSL | hsl(321, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 13%, 0%) |
| LAB | lab(78.0 41.8 -15.8) |
| LCH | lch(78.0 44.7 339.3) |
| OKLCH | oklch(0.827 0.129 341.1) |
Copy-ready code
/* CSS */
color: #ffa4df;
background-color: #ffa4df;
/* Tailwind (arbitrary) */
class="text-[#ffa4df] bg-[#ffa4df]"
/* SCSS */
$brand: #ffa4df;
/* SwiftUI */
Color(red: 1.000, green: 0.643, blue: 0.875)
/* Android */
Color.parseColor("#ffa4df")Accessibility — WCAG contrast
Aa
#ffa4df on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa4df on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green64.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow12.5%
Key (black)0.0%
Color previews
#ffa4df text on a black background
contrast 11.63:1
Card sample
#ffa4df text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa4df;
Background color
Panel with #ffa4df background
background-color: #ffa4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 164, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 164, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa4df; background: linear-gradient(135deg, #ffa4df, #FFA6A4);