#f2daee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
242, 218, 238
HSL
310°, 48%, 90%
CMYK
0, 10, 2, 5
Luminance
0.7519
Every format
| HEX | #f2daee |
| RGB | rgb(242, 218, 238) |
| HSL | hsl(310, 48%, 90%) |
| CMYK | cmyk(0%, 10%, 2%, 5%) |
| LAB | lab(89.5 11.7 -6.7) |
| LCH | lch(89.5 13.5 330.0) |
| OKLCH | oklch(0.914 0.037 331.4) |
Copy-ready code
/* CSS */
color: #f2daee;
background-color: #f2daee;
/* Tailwind (arbitrary) */
class="text-[#f2daee] bg-[#f2daee]"
/* SCSS */
$brand: #f2daee;
/* SwiftUI */
Color(red: 0.949, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#f2daee")Accessibility — WCAG contrast
Aa
#f2daee on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2daee on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow1.7%
Key (black)5.1%
Color previews
#f2daee text on a black background
contrast 16.04:1
Card sample
#f2daee text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2daee;
Background color
Panel with #f2daee background
background-color: #f2daee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2daee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2daee; background: linear-gradient(135deg, #f2daee, #F2DADE);