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