#f2ccf5
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
242, 204, 245
HSL
296°, 67%, 88%
CMYK
1, 17, 0, 4
Luminance
0.6866
Every format
| HEX | #f2ccf5 |
| RGB | rgb(242, 204, 245) |
| HSL | hsl(296, 67%, 88%) |
| CMYK | cmyk(1%, 17%, 0%, 4%) |
| LAB | lab(86.3 20.3 -15.1) |
| LCH | lch(86.3 25.3 323.3) |
| OKLCH | oklch(0.890 0.069 323.8) |
Copy-ready code
/* CSS */
color: #f2ccf5;
background-color: #f2ccf5;
/* Tailwind (arbitrary) */
class="text-[#f2ccf5] bg-[#f2ccf5]"
/* SCSS */
$brand: #f2ccf5;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.961)
/* Android */
Color.parseColor("#f2ccf5")Accessibility — WCAG contrast
Aa
#f2ccf5 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ccf5 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue96.1%
CMYK percentages
Cyan1.2%
Magenta16.7%
Yellow0.0%
Key (black)3.9%
Color previews
#f2ccf5 text on a black background
contrast 14.73:1
Card sample
#f2ccf5 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ccf5;
Background color
Panel with #f2ccf5 background
background-color: #f2ccf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ccf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ccf5; background: linear-gradient(135deg, #f2ccf5, #F5CCDD);