#f2ccf8
a pale, electric magenta / pink · warm · closest name: plum
RGB
242, 204, 248
HSL
292°, 76%, 89%
CMYK
2, 18, 0, 3
Luminance
0.6884
Every format
| HEX | #f2ccf8 |
| RGB | rgb(242, 204, 248) |
| HSL | hsl(292, 76%, 89%) |
| CMYK | cmyk(2%, 18%, 0%, 3%) |
| LAB | lab(86.4 20.9 -16.6) |
| LCH | lch(86.4 26.6 321.5) |
| OKLCH | oklch(0.891 0.072 321.7) |
Copy-ready code
/* CSS */
color: #f2ccf8;
background-color: #f2ccf8;
/* Tailwind (arbitrary) */
class="text-[#f2ccf8] bg-[#f2ccf8]"
/* SCSS */
$brand: #f2ccf8;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#f2ccf8")Accessibility — WCAG contrast
Aa
#f2ccf8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ccf8 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue97.3%
CMYK percentages
Cyan2.4%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#f2ccf8 text on a black background
contrast 14.77:1
Card sample
#f2ccf8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ccf8;
Background color
Panel with #f2ccf8 background
background-color: #f2ccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ccf8; background: linear-gradient(135deg, #f2ccf8, #F8CCE1);