#ffa2e2
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 162, 226
HSL
319°, 100%, 82%
CMYK
0, 37, 11, 0
Luminance
0.5259
Every format
| HEX | #ffa2e2 |
| RGB | rgb(255, 162, 226) |
| HSL | hsl(319, 100%, 82%) |
| CMYK | cmyk(0%, 37%, 11%, 0%) |
| LAB | lab(77.6 43.3 -17.9) |
| LCH | lch(77.6 46.9 337.6) |
| OKLCH | oklch(0.824 0.135 339.3) |
Copy-ready code
/* CSS */
color: #ffa2e2;
background-color: #ffa2e2;
/* Tailwind (arbitrary) */
class="text-[#ffa2e2] bg-[#ffa2e2]"
/* SCSS */
$brand: #ffa2e2;
/* SwiftUI */
Color(red: 1.000, green: 0.635, blue: 0.886)
/* Android */
Color.parseColor("#ffa2e2")Accessibility — WCAG contrast
Aa
#ffa2e2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa2e2 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow11.4%
Key (black)0.0%
Color previews
#ffa2e2 text on a black background
contrast 11.52:1
Card sample
#ffa2e2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa2e2;
Background color
Panel with #ffa2e2 background
background-color: #ffa2e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa2e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 162, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 162, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa2e2; background: linear-gradient(135deg, #ffa2e2, #FFA2A4);