#f0cce0
a pale, vivid magenta / pink · warm · closest name: pink
RGB
240, 204, 224
HSL
327°, 55%, 87%
CMYK
0, 15, 7, 6
Luminance
0.6709
Every format
| HEX | #f0cce0 |
| RGB | rgb(240, 204, 224) |
| HSL | hsl(327, 55%, 87%) |
| CMYK | cmyk(0%, 15%, 7%, 6%) |
| LAB | lab(85.5 15.9 -5.2) |
| LCH | lch(85.5 16.7 342.0) |
| OKLCH | oklch(0.881 0.048 343.6) |
Copy-ready code
/* CSS */
color: #f0cce0;
background-color: #f0cce0;
/* Tailwind (arbitrary) */
class="text-[#f0cce0] bg-[#f0cce0]"
/* SCSS */
$brand: #f0cce0;
/* SwiftUI */
Color(red: 0.941, green: 0.800, blue: 0.878)
/* Android */
Color.parseColor("#f0cce0")Accessibility — WCAG contrast
Aa
#f0cce0 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cce0 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.0%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow6.7%
Key (black)5.9%
Color previews
#f0cce0 text on a black background
contrast 14.42:1
Card sample
#f0cce0 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cce0;
Background color
Panel with #f0cce0 background
background-color: #f0cce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 204, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 204, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cce0; background: linear-gradient(135deg, #f0cce0, #F0D0CC);