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