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