#f9dcdf
a pale, vivid red · warm · closest name: lavender
RGB
249, 220, 223
HSL
354°, 71%, 92%
CMYK
0, 12, 10, 2
Luminance
0.7665
Every format
| HEX | #f9dcdf |
| RGB | rgb(249, 220, 223) |
| HSL | hsl(354, 71%, 92%) |
| CMYK | cmyk(0%, 12%, 10%, 2%) |
| LAB | lab(90.2 10.5 2.2) |
| LCH | lch(90.2 10.7 11.9) |
| OKLCH | oklch(0.919 0.032 10.6) |
Copy-ready code
/* CSS */
color: #f9dcdf;
background-color: #f9dcdf;
/* Tailwind (arbitrary) */
class="text-[#f9dcdf] bg-[#f9dcdf]"
/* SCSS */
$brand: #f9dcdf;
/* SwiftUI */
Color(red: 0.976, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#f9dcdf")Accessibility — WCAG contrast
Aa
#f9dcdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dcdf on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow10.4%
Key (black)2.4%
Color previews
#f9dcdf text on a black background
contrast 16.33:1
Card sample
#f9dcdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dcdf;
Background color
Panel with #f9dcdf background
background-color: #f9dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dcdf; background: linear-gradient(135deg, #f9dcdf, #F9ECDC);