#f0baec
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 186, 236
HSL
304°, 64%, 84%
CMYK
0, 23, 2, 6
Luminance
0.5970
Every format
| HEX | #f0baec |
| RGB | rgb(240, 186, 236) |
| HSL | hsl(304, 64%, 84%) |
| CMYK | cmyk(0%, 23%, 2%, 6%) |
| LAB | lab(81.7 27.6 -17.4) |
| LCH | lch(81.7 32.6 327.8) |
| OKLCH | oklch(0.853 0.090 328.8) |
Copy-ready code
/* CSS */
color: #f0baec;
background-color: #f0baec;
/* Tailwind (arbitrary) */
class="text-[#f0baec] bg-[#f0baec]"
/* SCSS */
$brand: #f0baec;
/* SwiftUI */
Color(red: 0.941, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#f0baec")Accessibility — WCAG contrast
Aa
#f0baec on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0baec on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green72.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow1.7%
Key (black)5.9%
Color previews
#f0baec text on a black background
contrast 12.94:1
Card sample
#f0baec text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0baec;
Background color
Panel with #f0baec background
background-color: #f0baec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0baec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0baec; background: linear-gradient(135deg, #f0baec, #F0BAC8);