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