#f2cce4
a pale, vivid magenta / pink · warm · closest name: pink
RGB
242, 204, 228
HSL
322°, 59%, 88%
CMYK
0, 16, 6, 5
Luminance
0.6766
Every format
| HEX | #f2cce4 |
| RGB | rgb(242, 204, 228) |
| HSL | hsl(322, 59%, 88%) |
| CMYK | cmyk(0%, 16%, 6%, 5%) |
| LAB | lab(85.8 17.3 -6.8) |
| LCH | lch(85.8 18.6 338.4) |
| OKLCH | oklch(0.884 0.053 340.0) |
Copy-ready code
/* CSS */
color: #f2cce4;
background-color: #f2cce4;
/* Tailwind (arbitrary) */
class="text-[#f2cce4] bg-[#f2cce4]"
/* SCSS */
$brand: #f2cce4;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.894)
/* Android */
Color.parseColor("#f2cce4")Accessibility — WCAG contrast
Aa
#f2cce4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cce4 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow5.8%
Key (black)5.1%
Color previews
#f2cce4 text on a black background
contrast 14.53:1
Card sample
#f2cce4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cce4;
Background color
Panel with #f2cce4 background
background-color: #f2cce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cce4; background: linear-gradient(135deg, #f2cce4, #F2CECC);