#f0abce
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 171, 206
HSL
330°, 70%, 81%
CMYK
0, 29, 14, 6
Luminance
0.5211
Every format
| HEX | #f0abce |
| RGB | rgb(240, 171, 206) |
| HSL | hsl(330, 70%, 81%) |
| CMYK | cmyk(0%, 29%, 14%, 6%) |
| LAB | lab(77.3 30.4 -7.6) |
| LCH | lch(77.3 31.4 345.9) |
| OKLCH | oklch(0.817 0.092 347.5) |
Copy-ready code
/* CSS */
color: #f0abce;
background-color: #f0abce;
/* Tailwind (arbitrary) */
class="text-[#f0abce] bg-[#f0abce]"
/* SCSS */
$brand: #f0abce;
/* SwiftUI */
Color(red: 0.941, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#f0abce")Accessibility — WCAG contrast
Aa
#f0abce on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0abce on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green67.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow14.2%
Key (black)5.9%
Color previews
#f0abce text on a black background
contrast 11.42:1
Card sample
#f0abce text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0abce;
Background color
Panel with #f0abce background
background-color: #f0abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0abce; background: linear-gradient(135deg, #f0abce, #F0B6AB);