#f0d1c7
a pale, vivid red · warm · closest name: silver
RGB
240, 209, 199
HSL
15°, 58%, 86%
CMYK
0, 13, 17, 6
Luminance
0.6825
Every format
| HEX | #f0d1c7 |
| RGB | rgb(240, 209, 199) |
| HSL | hsl(15, 58%, 86%) |
| CMYK | cmyk(0%, 13%, 17%, 6%) |
| LAB | lab(86.1 9.2 8.9) |
| LCH | lch(86.1 12.9 44.1) |
| OKLCH | oklch(0.884 0.037 38.7) |
Copy-ready code
/* CSS */
color: #f0d1c7;
background-color: #f0d1c7;
/* Tailwind (arbitrary) */
class="text-[#f0d1c7] bg-[#f0d1c7]"
/* SCSS */
$brand: #f0d1c7;
/* SwiftUI */
Color(red: 0.941, green: 0.820, blue: 0.780)
/* Android */
Color.parseColor("#f0d1c7")Accessibility — WCAG contrast
Aa
#f0d1c7 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d1c7 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green82.0%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow17.1%
Key (black)5.9%
Color previews
#f0d1c7 text on a black background
contrast 14.65:1
Card sample
#f0d1c7 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d1c7;
Background color
Panel with #f0d1c7 background
background-color: #f0d1c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d1c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 209, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 209, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d1c7; background: linear-gradient(135deg, #f0d1c7, #F0ECC7);