#f2d8da
a pale, vivid red · warm · closest name: lavender
RGB
242, 216, 218
HSL
355°, 50%, 90%
CMYK
0, 11, 10, 5
Luminance
0.7305
Every format
| HEX | #f2d8da |
| RGB | rgb(242, 216, 218) |
| HSL | hsl(355, 50%, 90%) |
| CMYK | cmyk(0%, 11%, 10%, 5%) |
| LAB | lab(88.5 9.3 2.3) |
| LCH | lch(88.5 9.6 13.9) |
| OKLCH | oklch(0.904 0.029 12.4) |
Copy-ready code
/* CSS */
color: #f2d8da;
background-color: #f2d8da;
/* Tailwind (arbitrary) */
class="text-[#f2d8da] bg-[#f2d8da]"
/* SCSS */
$brand: #f2d8da;
/* SwiftUI */
Color(red: 0.949, green: 0.847, blue: 0.855)
/* Android */
Color.parseColor("#f2d8da")Accessibility — WCAG contrast
Aa
#f2d8da on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d8da on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green84.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow9.9%
Key (black)5.1%
Color previews
#f2d8da text on a black background
contrast 15.61:1
Card sample
#f2d8da text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d8da;
Background color
Panel with #f2d8da background
background-color: #f2d8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 216, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 216, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d8da; background: linear-gradient(135deg, #f2d8da, #F2E7D8);