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