#ffa2eb
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 162, 235
HSL
313°, 100%, 82%
CMYK
0, 37, 8, 0
Luminance
0.5310
Every format
| HEX | #ffa2eb |
| RGB | rgb(255, 162, 235) |
| HSL | hsl(313, 100%, 82%) |
| CMYK | cmyk(0%, 37%, 8%, 0%) |
| LAB | lab(77.9 44.8 -22.3) |
| LCH | lch(77.9 50.1 333.5) |
| OKLCH | oklch(0.828 0.142 335.0) |
Copy-ready code
/* CSS */
color: #ffa2eb;
background-color: #ffa2eb;
/* Tailwind (arbitrary) */
class="text-[#ffa2eb] bg-[#ffa2eb]"
/* SCSS */
$brand: #ffa2eb;
/* SwiftUI */
Color(red: 1.000, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#ffa2eb")Accessibility — WCAG contrast
Aa
#ffa2eb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa2eb on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow7.8%
Key (black)0.0%
Color previews
#ffa2eb text on a black background
contrast 11.62:1
Card sample
#ffa2eb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa2eb;
Background color
Panel with #ffa2eb background
background-color: #ffa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa2eb; background: linear-gradient(135deg, #ffa2eb, #FFA2AD);