#f2dcea
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
242, 220, 234
HSL
322°, 46%, 91%
CMYK
0, 9, 3, 5
Luminance
0.7600
Every format
| HEX | #f2dcea |
| RGB | rgb(242, 220, 234) |
| HSL | hsl(322, 46%, 91%) |
| CMYK | cmyk(0%, 9%, 3%, 5%) |
| LAB | lab(89.9 9.9 -4.1) |
| LCH | lch(89.9 10.7 337.7) |
| OKLCH | oklch(0.916 0.030 339.3) |
Copy-ready code
/* CSS */
color: #f2dcea;
background-color: #f2dcea;
/* Tailwind (arbitrary) */
class="text-[#f2dcea] bg-[#f2dcea]"
/* SCSS */
$brand: #f2dcea;
/* SwiftUI */
Color(red: 0.949, green: 0.863, blue: 0.918)
/* Android */
Color.parseColor("#f2dcea")Accessibility — WCAG contrast
Aa
#f2dcea on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dcea on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green86.3%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow3.3%
Key (black)5.1%
Color previews
#f2dcea text on a black background
contrast 16.20:1
Card sample
#f2dcea text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dcea;
Background color
Panel with #f2dcea background
background-color: #f2dcea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dcea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 220, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 220, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dcea; background: linear-gradient(135deg, #f2dcea, #F2DDDC);