#f2baee
a light, vivid magenta / pink · warm · closest name: plum
RGB
242, 186, 238
HSL
304°, 68%, 84%
CMYK
0, 23, 2, 5
Luminance
0.6017
Every format
| HEX | #f2baee |
| RGB | rgb(242, 186, 238) |
| HSL | hsl(304, 68%, 84%) |
| CMYK | cmyk(0%, 23%, 2%, 5%) |
| LAB | lab(81.9 28.6 -18.0) |
| LCH | lch(81.9 33.8 327.7) |
| OKLCH | oklch(0.855 0.093 328.7) |
Copy-ready code
/* CSS */
color: #f2baee;
background-color: #f2baee;
/* Tailwind (arbitrary) */
class="text-[#f2baee] bg-[#f2baee]"
/* SCSS */
$brand: #f2baee;
/* SwiftUI */
Color(red: 0.949, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#f2baee")Accessibility — WCAG contrast
Aa
#f2baee on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2baee on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow1.7%
Key (black)5.1%
Color previews
#f2baee text on a black background
contrast 13.03:1
Card sample
#f2baee text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2baee;
Background color
Panel with #f2baee background
background-color: #f2baee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2baee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2baee; background: linear-gradient(135deg, #f2baee, #F2BAC9);