#ffa2ce
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 162, 206
HSL
332°, 100%, 82%
CMYK
0, 37, 19, 0
Luminance
0.5156
Every format
| HEX | #ffa2ce |
| RGB | rgb(255, 162, 206) |
| HSL | hsl(332, 100%, 82%) |
| CMYK | cmyk(0%, 37%, 19%, 0%) |
| LAB | lab(77.0 40.3 -7.9) |
| LCH | lch(77.0 41.0 348.9) |
| OKLCH | oklch(0.818 0.122 350.3) |
Copy-ready code
/* CSS */
color: #ffa2ce;
background-color: #ffa2ce;
/* Tailwind (arbitrary) */
class="text-[#ffa2ce] bg-[#ffa2ce]"
/* SCSS */
$brand: #ffa2ce;
/* SwiftUI */
Color(red: 1.000, green: 0.635, blue: 0.808)
/* Android */
Color.parseColor("#ffa2ce")Accessibility — WCAG contrast
Aa
#ffa2ce on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa2ce on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow19.2%
Key (black)0.0%
Color previews
#ffa2ce text on a black background
contrast 11.31:1
Card sample
#ffa2ce text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa2ce;
Background color
Panel with #ffa2ce background
background-color: #ffa2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 162, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 162, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa2ce; background: linear-gradient(135deg, #ffa2ce, #FFB4A2);