#ffaacc
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 170, 204
HSL
336°, 100%, 83%
CMYK
0, 33, 20, 0
Luminance
0.5437
Every format
| HEX | #ffaacc |
| RGB | rgb(255, 170, 204) |
| HSL | hsl(336, 100%, 83%) |
| CMYK | cmyk(0%, 33%, 20%, 0%) |
| LAB | lab(78.7 35.8 -4.4) |
| LCH | lch(78.7 36.1 353.0) |
| OKLCH | oklch(0.830 0.108 354.1) |
Copy-ready code
/* CSS */
color: #ffaacc;
background-color: #ffaacc;
/* Tailwind (arbitrary) */
class="text-[#ffaacc] bg-[#ffaacc]"
/* SCSS */
$brand: #ffaacc;
/* SwiftUI */
Color(red: 1.000, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#ffaacc")Accessibility — WCAG contrast
Aa
#ffaacc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaacc on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow20.0%
Key (black)0.0%
Color previews
#ffaacc text on a black background
contrast 11.87:1
Card sample
#ffaacc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaacc;
Background color
Panel with #ffaacc background
background-color: #ffaacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaacc; background: linear-gradient(135deg, #ffaacc, #FFC1AA);