#fccae2
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 202, 226
HSL
331°, 89%, 89%
CMYK
0, 20, 10, 1
Luminance
0.6843
Every format
| HEX | #fccae2 |
| RGB | rgb(252, 202, 226) |
| HSL | hsl(331, 89%, 89%) |
| CMYK | cmyk(0%, 20%, 10%, 1%) |
| LAB | lab(86.2 21.4 -5.1) |
| LCH | lch(86.2 22.0 346.6) |
| OKLCH | oklch(0.889 0.064 348.0) |
Copy-ready code
/* CSS */
color: #fccae2;
background-color: #fccae2;
/* Tailwind (arbitrary) */
class="text-[#fccae2] bg-[#fccae2]"
/* SCSS */
$brand: #fccae2;
/* SwiftUI */
Color(red: 0.988, green: 0.792, blue: 0.886)
/* Android */
Color.parseColor("#fccae2")Accessibility — WCAG contrast
Aa
#fccae2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccae2 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.2%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow10.3%
Key (black)1.2%
Color previews
#fccae2 text on a black background
contrast 14.69:1
Card sample
#fccae2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccae2;
Background color
Panel with #fccae2 background
background-color: #fccae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 202, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 202, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccae2; background: linear-gradient(135deg, #fccae2, #FCD3CA);