#ffabcf
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 171, 207
HSL
334°, 100%, 84%
CMYK
0, 33, 19, 0
Luminance
0.5489
Every format
| HEX | #ffabcf |
| RGB | rgb(255, 171, 207) |
| HSL | hsl(334, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 19%, 0%) |
| LAB | lab(79.0 35.7 -5.6) |
| LCH | lch(79.0 36.2 351.1) |
| OKLCH | oklch(0.833 0.108 352.4) |
Copy-ready code
/* CSS */
color: #ffabcf;
background-color: #ffabcf;
/* Tailwind (arbitrary) */
class="text-[#ffabcf] bg-[#ffabcf]"
/* SCSS */
$brand: #ffabcf;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#ffabcf")Accessibility — WCAG contrast
Aa
#ffabcf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabcf on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow18.8%
Key (black)0.0%
Color previews
#ffabcf text on a black background
contrast 11.98:1
Card sample
#ffabcf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabcf;
Background color
Panel with #ffabcf background
background-color: #ffabcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabcf; background: linear-gradient(135deg, #ffabcf, #FFBFAB);