#ffacc4
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 172, 196
HSL
343°, 100%, 84%
CMYK
0, 33, 23, 0
Luminance
0.5475
Every format
| HEX | #ffacc4 |
| RGB | rgb(255, 172, 196) |
| HSL | hsl(343, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 23%, 0%) |
| LAB | lab(78.9 33.6 0.3) |
| LCH | lch(78.9 33.6 0.5) |
| OKLCH | oklch(0.831 0.101 0.7) |
Copy-ready code
/* CSS */
color: #ffacc4;
background-color: #ffacc4;
/* Tailwind (arbitrary) */
class="text-[#ffacc4] bg-[#ffacc4]"
/* SCSS */
$brand: #ffacc4;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.769)
/* Android */
Color.parseColor("#ffacc4")Accessibility — WCAG contrast
Aa
#ffacc4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffacc4 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow23.1%
Key (black)0.0%
Color previews
#ffacc4 text on a black background
contrast 11.95:1
Card sample
#ffacc4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffacc4;
Background color
Panel with #ffacc4 background
background-color: #ffacc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffacc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffacc4; background: linear-gradient(135deg, #ffacc4, #FFCBAC);