#ffa4e2
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 164, 226
HSL
319°, 100%, 82%
CMYK
0, 36, 11, 0
Luminance
0.5330
Every format
| HEX | #ffa4e2 |
| RGB | rgb(255, 164, 226) |
| HSL | hsl(319, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 11%, 0%) |
| LAB | lab(78.1 42.3 -17.3) |
| LCH | lch(78.1 45.7 337.8) |
| OKLCH | oklch(0.828 0.132 339.5) |
Copy-ready code
/* CSS */
color: #ffa4e2;
background-color: #ffa4e2;
/* Tailwind (arbitrary) */
class="text-[#ffa4e2] bg-[#ffa4e2]"
/* SCSS */
$brand: #ffa4e2;
/* SwiftUI */
Color(red: 1.000, green: 0.643, blue: 0.886)
/* Android */
Color.parseColor("#ffa4e2")Accessibility — WCAG contrast
Aa
#ffa4e2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa4e2 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green64.3%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow11.4%
Key (black)0.0%
Color previews
#ffa4e2 text on a black background
contrast 11.66:1
Card sample
#ffa4e2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa4e2;
Background color
Panel with #ffa4e2 background
background-color: #ffa4e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa4e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 164, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 164, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa4e2; background: linear-gradient(135deg, #ffa4e2, #FFA4A6);