#f0baf3
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 186, 243
HSL
297°, 70%, 84%
CMYK
1, 24, 0, 5
Luminance
0.6011
Every format
| HEX | #f0baf3 |
| RGB | rgb(240, 186, 243) |
| HSL | hsl(297, 70%, 84%) |
| CMYK | cmyk(1%, 24%, 0%, 5%) |
| LAB | lab(81.9 28.8 -20.8) |
| LCH | lch(81.9 35.5 324.2) |
| OKLCH | oklch(0.855 0.097 324.7) |
Copy-ready code
/* CSS */
color: #f0baf3;
background-color: #f0baf3;
/* Tailwind (arbitrary) */
class="text-[#f0baf3] bg-[#f0baf3]"
/* SCSS */
$brand: #f0baf3;
/* SwiftUI */
Color(red: 0.941, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#f0baf3")Accessibility — WCAG contrast
Aa
#f0baf3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0baf3 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green72.9%
Blue95.3%
CMYK percentages
Cyan1.2%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#f0baf3 text on a black background
contrast 13.02:1
Card sample
#f0baf3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0baf3;
Background color
Panel with #f0baf3 background
background-color: #f0baf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0baf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0baf3; background: linear-gradient(135deg, #f0baf3, #F3BAD0);