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