#f2cddc
a pale, vivid magenta / pink · warm · closest name: pink
RGB
242, 205, 220
HSL
336°, 59%, 88%
CMYK
0, 15, 9, 5
Luminance
0.6771
Every format
| HEX | #f2cddc |
| RGB | rgb(242, 205, 220) |
| HSL | hsl(336, 59%, 88%) |
| CMYK | cmyk(0%, 15%, 9%, 5%) |
| LAB | lab(85.9 15.4 -2.6) |
| LCH | lch(85.9 15.6 350.5) |
| OKLCH | oklch(0.884 0.046 351.7) |
Copy-ready code
/* CSS */
color: #f2cddc;
background-color: #f2cddc;
/* Tailwind (arbitrary) */
class="text-[#f2cddc] bg-[#f2cddc]"
/* SCSS */
$brand: #f2cddc;
/* SwiftUI */
Color(red: 0.949, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#f2cddc")Accessibility — WCAG contrast
Aa
#f2cddc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cddc on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow9.1%
Key (black)5.1%
Color previews
#f2cddc text on a black background
contrast 14.54:1
Card sample
#f2cddc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cddc;
Background color
Panel with #f2cddc background
background-color: #f2cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cddc; background: linear-gradient(135deg, #f2cddc, #F2D7CD);