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