#ffaacf
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 170, 207
HSL
334°, 100%, 83%
CMYK
0, 33, 19, 0
Luminance
0.5451
Every format
| HEX | #ffaacf |
| RGB | rgb(255, 170, 207) |
| HSL | hsl(334, 100%, 83%) |
| CMYK | cmyk(0%, 33%, 19%, 0%) |
| LAB | lab(78.8 36.3 -5.9) |
| LCH | lch(78.8 36.7 350.8) |
| OKLCH | oklch(0.831 0.109 352.0) |
Copy-ready code
/* CSS */
color: #ffaacf;
background-color: #ffaacf;
/* Tailwind (arbitrary) */
class="text-[#ffaacf] bg-[#ffaacf]"
/* SCSS */
$brand: #ffaacf;
/* SwiftUI */
Color(red: 1.000, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#ffaacf")Accessibility — WCAG contrast
Aa
#ffaacf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaacf on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow18.8%
Key (black)0.0%
Color previews
#ffaacf text on a black background
contrast 11.90:1
Card sample
#ffaacf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaacf;
Background color
Panel with #ffaacf background
background-color: #ffaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaacf; background: linear-gradient(135deg, #ffaacf, #FFBEAA);