#ffa1df
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 161, 223
HSL
320°, 100%, 82%
CMYK
0, 37, 13, 0
Luminance
0.5208
Every format
| HEX | #ffa1df |
| RGB | rgb(255, 161, 223) |
| HSL | hsl(320, 100%, 82%) |
| CMYK | cmyk(0%, 37%, 13%, 0%) |
| LAB | lab(77.3 43.4 -16.7) |
| LCH | lch(77.3 46.5 338.9) |
| OKLCH | oklch(0.822 0.134 340.7) |
Copy-ready code
/* CSS */
color: #ffa1df;
background-color: #ffa1df;
/* Tailwind (arbitrary) */
class="text-[#ffa1df] bg-[#ffa1df]"
/* SCSS */
$brand: #ffa1df;
/* SwiftUI */
Color(red: 1.000, green: 0.631, blue: 0.875)
/* Android */
Color.parseColor("#ffa1df")Accessibility — WCAG contrast
Aa
#ffa1df on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa1df on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow12.5%
Key (black)0.0%
Color previews
#ffa1df text on a black background
contrast 11.42:1
Card sample
#ffa1df text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa1df;
Background color
Panel with #ffa1df background
background-color: #ffa1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 161, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 161, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa1df; background: linear-gradient(135deg, #ffa1df, #FFA2A1);