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