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