#ffa3d4
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 163, 212
HSL
328°, 100%, 82%
CMYK
0, 36, 17, 0
Luminance
0.5221
Every format
| HEX | #ffa3d4 |
| RGB | rgb(255, 163, 212) |
| HSL | hsl(328, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 17%, 0%) |
| LAB | lab(77.4 40.6 -10.6) |
| LCH | lch(77.4 42.0 345.3) |
| OKLCH | oklch(0.821 0.124 347.0) |
Copy-ready code
/* CSS */
color: #ffa3d4;
background-color: #ffa3d4;
/* Tailwind (arbitrary) */
class="text-[#ffa3d4] bg-[#ffa3d4]"
/* SCSS */
$brand: #ffa3d4;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.831)
/* Android */
Color.parseColor("#ffa3d4")Accessibility — WCAG contrast
Aa
#ffa3d4 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3d4 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow16.9%
Key (black)0.0%
Color previews
#ffa3d4 text on a black background
contrast 11.44:1
Card sample
#ffa3d4 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3d4;
Background color
Panel with #ffa3d4 background
background-color: #ffa3d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3d4; background: linear-gradient(135deg, #ffa3d4, #FFAFA3);