#fcd2f2
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 210, 242
HSL
314°, 88%, 91%
CMYK
0, 17, 4, 1
Luminance
0.7320
Every format
| HEX | #fcd2f2 |
| RGB | rgb(252, 210, 242) |
| HSL | hsl(314, 88%, 91%) |
| CMYK | cmyk(0%, 17%, 4%, 1%) |
| LAB | lab(88.5 19.9 -10.2) |
| LCH | lch(88.5 22.4 333.0) |
| OKLCH | oklch(0.909 0.063 334.5) |
Copy-ready code
/* CSS */
color: #fcd2f2;
background-color: #fcd2f2;
/* Tailwind (arbitrary) */
class="text-[#fcd2f2] bg-[#fcd2f2]"
/* SCSS */
$brand: #fcd2f2;
/* SwiftUI */
Color(red: 0.988, green: 0.824, blue: 0.949)
/* Android */
Color.parseColor("#fcd2f2")Accessibility — WCAG contrast
Aa
#fcd2f2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd2f2 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green82.4%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow4.0%
Key (black)1.2%
Color previews
#fcd2f2 text on a black background
contrast 15.64:1
Card sample
#fcd2f2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd2f2;
Background color
Panel with #fcd2f2 background
background-color: #fcd2f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd2f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 210, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 210, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd2f2; background: linear-gradient(135deg, #fcd2f2, #FCD2D6);