#ffa9df
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 169, 223
HSL
322°, 100%, 83%
CMYK
0, 34, 13, 0
Luminance
0.5496
Every format
| HEX | #ffa9df |
| RGB | rgb(255, 169, 223) |
| HSL | hsl(322, 100%, 83%) |
| CMYK | cmyk(0%, 34%, 13%, 0%) |
| LAB | lab(79.0 39.2 -14.2) |
| LCH | lch(79.0 41.7 340.1) |
| OKLCH | oklch(0.835 0.121 341.9) |
Copy-ready code
/* CSS */
color: #ffa9df;
background-color: #ffa9df;
/* Tailwind (arbitrary) */
class="text-[#ffa9df] bg-[#ffa9df]"
/* SCSS */
$brand: #ffa9df;
/* SwiftUI */
Color(red: 1.000, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#ffa9df")Accessibility — WCAG contrast
Aa
#ffa9df on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa9df on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow12.5%
Key (black)0.0%
Color previews
#ffa9df text on a black background
contrast 11.99:1
Card sample
#ffa9df text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa9df;
Background color
Panel with #ffa9df background
background-color: #ffa9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa9df; background: linear-gradient(135deg, #ffa9df, #FFACA9);