#f7dbda
a pale, vivid red · warm · closest name: white
RGB
247, 219, 218
HSL
2°, 64%, 91%
CMYK
0, 11, 12, 3
Luminance
0.7550
Every format
| HEX | #f7dbda |
| RGB | rgb(247, 219, 218) |
| HSL | hsl(2, 64%, 91%) |
| CMYK | cmyk(0%, 11%, 12%, 3%) |
| LAB | lab(89.6 9.5 4.0) |
| LCH | lch(89.6 10.3 23.0) |
| OKLCH | oklch(0.914 0.031 20.2) |
Copy-ready code
/* CSS */
color: #f7dbda;
background-color: #f7dbda;
/* Tailwind (arbitrary) */
class="text-[#f7dbda] bg-[#f7dbda]"
/* SCSS */
$brand: #f7dbda;
/* SwiftUI */
Color(red: 0.969, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#f7dbda")Accessibility — WCAG contrast
Aa
#f7dbda on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dbda on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow11.7%
Key (black)3.1%
Color previews
#f7dbda text on a black background
contrast 16.10:1
Card sample
#f7dbda text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dbda;
Background color
Panel with #f7dbda background
background-color: #f7dbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dbda; background: linear-gradient(135deg, #f7dbda, #F7EEDA);