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