#f2dbde
a pale, vivid red · warm · closest name: lavender
RGB
242, 219, 222
HSL
352°, 47%, 90%
CMYK
0, 10, 8, 5
Luminance
0.7481
Every format
| HEX | #f2dbde |
| RGB | rgb(242, 219, 222) |
| HSL | hsl(352, 47%, 90%) |
| CMYK | cmyk(0%, 10%, 8%, 5%) |
| LAB | lab(89.3 8.4 1.4) |
| LCH | lch(89.3 8.5 9.5) |
| OKLCH | oklch(0.911 0.026 8.6) |
Copy-ready code
/* CSS */
color: #f2dbde;
background-color: #f2dbde;
/* Tailwind (arbitrary) */
class="text-[#f2dbde] bg-[#f2dbde]"
/* SCSS */
$brand: #f2dbde;
/* SwiftUI */
Color(red: 0.949, green: 0.859, blue: 0.871)
/* Android */
Color.parseColor("#f2dbde")Accessibility — WCAG contrast
Aa
#f2dbde on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dbde on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow8.3%
Key (black)5.1%
Color previews
#f2dbde text on a black background
contrast 15.96:1
Card sample
#f2dbde text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dbde;
Background color
Panel with #f2dbde background
background-color: #f2dbde;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dbde;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 219, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 219, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dbde; background: linear-gradient(135deg, #f2dbde, #F2E7DB);