#f9dfdf
a pale, vivid red · warm · closest name: white
RGB
249, 223, 223
HSL
0°, 68%, 93%
CMYK
0, 10, 10, 2
Luminance
0.7824
Every format
| HEX | #f9dfdf |
| RGB | rgb(249, 223, 223) |
| HSL | hsl(0, 68%, 93%) |
| CMYK | cmyk(0%, 10%, 10%, 2%) |
| LAB | lab(90.9 8.9 3.3) |
| LCH | lch(90.9 9.5 20.1) |
| OKLCH | oklch(0.925 0.029 17.7) |
Copy-ready code
/* CSS */
color: #f9dfdf;
background-color: #f9dfdf;
/* Tailwind (arbitrary) */
class="text-[#f9dfdf] bg-[#f9dfdf]"
/* SCSS */
$brand: #f9dfdf;
/* SwiftUI */
Color(red: 0.976, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#f9dfdf")Accessibility — WCAG contrast
Aa
#f9dfdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dfdf on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow10.4%
Key (black)2.4%
Color previews
#f9dfdf text on a black background
contrast 16.65:1
Card sample
#f9dfdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dfdf;
Background color
Panel with #f9dfdf background
background-color: #f9dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dfdf; background: linear-gradient(135deg, #f9dfdf, #F9F0DF);