#f1dfdf
a pale, soft red · warm · closest name: white
RGB
241, 223, 223
HSL
0°, 39%, 91%
CMYK
0, 8, 8, 6
Luminance
0.7680
Every format
| HEX | #f1dfdf |
| RGB | rgb(241, 223, 223) |
| HSL | hsl(0, 39%, 91%) |
| CMYK | cmyk(0%, 8%, 8%, 6%) |
| LAB | lab(90.2 6.2 2.2) |
| LCH | lch(90.2 6.5 19.8) |
| OKLCH | oklch(0.918 0.020 17.5) |
Copy-ready code
/* CSS */
color: #f1dfdf;
background-color: #f1dfdf;
/* Tailwind (arbitrary) */
class="text-[#f1dfdf] bg-[#f1dfdf]"
/* SCSS */
$brand: #f1dfdf;
/* SwiftUI */
Color(red: 0.945, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#f1dfdf")Accessibility — WCAG contrast
Aa
#f1dfdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dfdf on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow7.5%
Key (black)5.5%
Color previews
#f1dfdf text on a black background
contrast 16.36:1
Card sample
#f1dfdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dfdf;
Background color
Panel with #f1dfdf background
background-color: #f1dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dfdf; background: linear-gradient(135deg, #f1dfdf, #F1EBDF);