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