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