#ffa1cf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 161, 207
HSL
331°, 100%, 82%
CMYK
0, 37, 19, 0
Luminance
0.5125
Every format
| HEX | #ffa1cf |
| RGB | rgb(255, 161, 207) |
| HSL | hsl(331, 100%, 82%) |
| CMYK | cmyk(0%, 37%, 19%, 0%) |
| LAB | lab(76.8 40.9 -8.8) |
| LCH | lch(76.8 41.9 347.9) |
| OKLCH | oklch(0.816 0.124 349.4) |
Copy-ready code
/* CSS */
color: #ffa1cf;
background-color: #ffa1cf;
/* Tailwind (arbitrary) */
class="text-[#ffa1cf] bg-[#ffa1cf]"
/* SCSS */
$brand: #ffa1cf;
/* SwiftUI */
Color(red: 1.000, green: 0.631, blue: 0.812)
/* Android */
Color.parseColor("#ffa1cf")Accessibility — WCAG contrast
Aa
#ffa1cf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa1cf on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow18.8%
Key (black)0.0%
Color previews
#ffa1cf text on a black background
contrast 11.25:1
Card sample
#ffa1cf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa1cf;
Background color
Panel with #ffa1cf background
background-color: #ffa1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 161, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 161, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa1cf; background: linear-gradient(135deg, #ffa1cf, #FFB2A1);