#f1d2cf
a pale, vivid red · warm · closest name: pink
RGB
241, 210, 207
HSL
5°, 55%, 88%
CMYK
0, 13, 14, 6
Luminance
0.6930
Every format
| HEX | #f1d2cf |
| RGB | rgb(241, 210, 207) |
| HSL | hsl(5, 55%, 88%) |
| CMYK | cmyk(0%, 13%, 14%, 6%) |
| LAB | lab(86.7 10.3 5.5) |
| LCH | lch(86.7 11.7 27.9) |
| OKLCH | oklch(0.889 0.035 24.4) |
Copy-ready code
/* CSS */
color: #f1d2cf;
background-color: #f1d2cf;
/* Tailwind (arbitrary) */
class="text-[#f1d2cf] bg-[#f1d2cf]"
/* SCSS */
$brand: #f1d2cf;
/* SwiftUI */
Color(red: 0.945, green: 0.824, blue: 0.812)
/* Android */
Color.parseColor("#f1d2cf")Accessibility — WCAG contrast
Aa
#f1d2cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d2cf on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green82.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow14.1%
Key (black)5.5%
Color previews
#f1d2cf text on a black background
contrast 14.86:1
Card sample
#f1d2cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d2cf;
Background color
Panel with #f1d2cf background
background-color: #f1d2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 210, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 210, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d2cf; background: linear-gradient(135deg, #f1d2cf, #F1E9CF);