#f2aace
a light, vivid magenta / pink · warm · closest name: pink
RGB
242, 170, 206
HSL
330°, 74%, 81%
CMYK
0, 30, 15, 5
Luminance
0.5208
Every format
| HEX | #f2aace |
| RGB | rgb(242, 170, 206) |
| HSL | hsl(330, 74%, 81%) |
| CMYK | cmyk(0%, 30%, 15%, 5%) |
| LAB | lab(77.3 31.6 -7.6) |
| LCH | lch(77.3 32.5 346.5) |
| OKLCH | oklch(0.817 0.096 348.0) |
Copy-ready code
/* CSS */
color: #f2aace;
background-color: #f2aace;
/* Tailwind (arbitrary) */
class="text-[#f2aace] bg-[#f2aace]"
/* SCSS */
$brand: #f2aace;
/* SwiftUI */
Color(red: 0.949, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#f2aace")Accessibility — WCAG contrast
Aa
#f2aace on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2aace on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green66.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow14.9%
Key (black)5.1%
Color previews
#f2aace text on a black background
contrast 11.42:1
Card sample
#f2aace text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2aace;
Background color
Panel with #f2aace background
background-color: #f2aace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2aace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2aace; background: linear-gradient(135deg, #f2aace, #F2B6AA);