#f0ccc9
a pale, vivid red · warm · closest name: pink
RGB
240, 204, 201
HSL
5°, 57%, 87%
CMYK
0, 15, 16, 6
Luminance
0.6593
Every format
| HEX | #f0ccc9 |
| RGB | rgb(240, 204, 201) |
| HSL | hsl(5, 57%, 87%) |
| CMYK | cmyk(0%, 15%, 16%, 6%) |
| LAB | lab(85.0 12.2 6.2) |
| LCH | lch(85.0 13.7 27.0) |
| OKLCH | oklch(0.875 0.041 23.6) |
Copy-ready code
/* CSS */
color: #f0ccc9;
background-color: #f0ccc9;
/* Tailwind (arbitrary) */
class="text-[#f0ccc9] bg-[#f0ccc9]"
/* SCSS */
$brand: #f0ccc9;
/* SwiftUI */
Color(red: 0.941, green: 0.800, blue: 0.788)
/* Android */
Color.parseColor("#f0ccc9")Accessibility — WCAG contrast
Aa
#f0ccc9 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ccc9 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.0%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow16.3%
Key (black)5.9%
Color previews
#f0ccc9 text on a black background
contrast 14.19:1
Card sample
#f0ccc9 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ccc9;
Background color
Panel with #f0ccc9 background
background-color: #f0ccc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ccc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 204, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 204, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ccc9; background: linear-gradient(135deg, #f0ccc9, #F0E6C9);