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