#f0ace1
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 172, 225
HSL
313°, 69%, 81%
CMYK
0, 28, 6, 6
Luminance
0.5347
Every format
| HEX | #f0ace1 |
| RGB | rgb(240, 172, 225) |
| HSL | hsl(313, 69%, 81%) |
| CMYK | cmyk(0%, 28%, 6%, 6%) |
| LAB | lab(78.2 33.0 -16.7) |
| LCH | lch(78.2 37.0 333.1) |
| OKLCH | oklch(0.825 0.104 334.6) |
Copy-ready code
/* CSS */
color: #f0ace1;
background-color: #f0ace1;
/* Tailwind (arbitrary) */
class="text-[#f0ace1] bg-[#f0ace1]"
/* SCSS */
$brand: #f0ace1;
/* SwiftUI */
Color(red: 0.941, green: 0.675, blue: 0.882)
/* Android */
Color.parseColor("#f0ace1")Accessibility — WCAG contrast
Aa
#f0ace1 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ace1 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green67.5%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow6.3%
Key (black)5.9%
Color previews
#f0ace1 text on a black background
contrast 11.69:1
Card sample
#f0ace1 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ace1;
Background color
Panel with #f0ace1 background
background-color: #f0ace1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ace1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 172, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 172, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ace1; background: linear-gradient(135deg, #f0ace1, #F0ACB4);