#ffa3d9
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 163, 217
HSL
325°, 100%, 82%
CMYK
0, 36, 15, 0
Luminance
0.5246
Every format
| HEX | #ffa3d9 |
| RGB | rgb(255, 163, 217) |
| HSL | hsl(325, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 15%, 0%) |
| LAB | lab(77.6 41.4 -13.1) |
| LCH | lch(77.6 43.4 342.4) |
| OKLCH | oklch(0.823 0.127 344.2) |
Copy-ready code
/* CSS */
color: #ffa3d9;
background-color: #ffa3d9;
/* Tailwind (arbitrary) */
class="text-[#ffa3d9] bg-[#ffa3d9]"
/* SCSS */
$brand: #ffa3d9;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.851)
/* Android */
Color.parseColor("#ffa3d9")Accessibility — WCAG contrast
Aa
#ffa3d9 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3d9 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow14.9%
Key (black)0.0%
Color previews
#ffa3d9 text on a black background
contrast 11.49:1
Card sample
#ffa3d9 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3d9;
Background color
Panel with #ffa3d9 background
background-color: #ffa3d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3d9; background: linear-gradient(135deg, #ffa3d9, #FFABA3);