#f0a9ce
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 169, 206
HSL
329°, 70%, 80%
CMYK
0, 30, 14, 6
Luminance
0.5136
Every format
| HEX | #f0a9ce |
| RGB | rgb(240, 169, 206) |
| HSL | hsl(329, 70%, 80%) |
| CMYK | cmyk(0%, 30%, 14%, 6%) |
| LAB | lab(76.9 31.5 -8.3) |
| LCH | lch(76.9 32.6 345.3) |
| OKLCH | oklch(0.813 0.095 346.8) |
Copy-ready code
/* CSS */
color: #f0a9ce;
background-color: #f0a9ce;
/* Tailwind (arbitrary) */
class="text-[#f0a9ce] bg-[#f0a9ce]"
/* SCSS */
$brand: #f0a9ce;
/* SwiftUI */
Color(red: 0.941, green: 0.663, blue: 0.808)
/* Android */
Color.parseColor("#f0a9ce")Accessibility — WCAG contrast
Aa
#f0a9ce on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0a9ce on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green66.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow14.2%
Key (black)5.9%
Color previews
#f0a9ce text on a black background
contrast 11.27:1
Card sample
#f0a9ce text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0a9ce;
Background color
Panel with #f0a9ce background
background-color: #f0a9ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0a9ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 169, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 169, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0a9ce; background: linear-gradient(135deg, #f0a9ce, #F0B3A9);