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