#ffabcd
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 171, 205
HSL
336°, 100%, 84%
CMYK
0, 33, 20, 0
Luminance
0.5479
Every format
| HEX | #ffabcd |
| RGB | rgb(255, 171, 205) |
| HSL | hsl(336, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 20%, 0%) |
| LAB | lab(78.9 35.4 -4.6) |
| LCH | lch(78.9 35.7 352.7) |
| OKLCH | oklch(0.832 0.107 353.7) |
Copy-ready code
/* CSS */
color: #ffabcd;
background-color: #ffabcd;
/* Tailwind (arbitrary) */
class="text-[#ffabcd] bg-[#ffabcd]"
/* SCSS */
$brand: #ffabcd;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.804)
/* Android */
Color.parseColor("#ffabcd")Accessibility — WCAG contrast
Aa
#ffabcd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabcd on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow19.6%
Key (black)0.0%
Color previews
#ffabcd text on a black background
contrast 11.96:1
Card sample
#ffabcd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabcd;
Background color
Panel with #ffabcd background
background-color: #ffabcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabcd; background: linear-gradient(135deg, #ffabcd, #FFC1AB);