#f0ccc7
a pale, vivid red · warm · closest name: pink
RGB
240, 204, 199
HSL
7°, 58%, 86%
CMYK
0, 15, 17, 6
Luminance
0.6583
Every format
| HEX | #f0ccc7 |
| RGB | rgb(240, 204, 199) |
| HSL | hsl(7, 58%, 86%) |
| CMYK | cmyk(0%, 15%, 17%, 6%) |
| LAB | lab(84.9 11.9 7.2) |
| LCH | lch(84.9 13.9 31.2) |
| OKLCH | oklch(0.874 0.041 27.3) |
Copy-ready code
/* CSS */
color: #f0ccc7;
background-color: #f0ccc7;
/* Tailwind (arbitrary) */
class="text-[#f0ccc7] bg-[#f0ccc7]"
/* SCSS */
$brand: #f0ccc7;
/* SwiftUI */
Color(red: 0.941, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#f0ccc7")Accessibility — WCAG contrast
Aa
#f0ccc7 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ccc7 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.0%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow17.1%
Key (black)5.9%
Color previews
#f0ccc7 text on a black background
contrast 14.17:1
Card sample
#f0ccc7 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ccc7;
Background color
Panel with #f0ccc7 background
background-color: #f0ccc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ccc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 204, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 204, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ccc7; background: linear-gradient(135deg, #f0ccc7, #F0E7C7);