#fdcaeb
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 202, 235
HSL
321°, 93%, 89%
CMYK
0, 20, 7, 1
Luminance
0.6912
Every format
| HEX | #fdcaeb |
| RGB | rgb(253, 202, 235) |
| HSL | hsl(321, 93%, 89%) |
| CMYK | cmyk(0%, 20%, 7%, 1%) |
| LAB | lab(86.6 23.3 -9.4) |
| LCH | lch(86.6 25.1 338.0) |
| OKLCH | oklch(0.893 0.071 339.7) |
Copy-ready code
/* CSS */
color: #fdcaeb;
background-color: #fdcaeb;
/* Tailwind (arbitrary) */
class="text-[#fdcaeb] bg-[#fdcaeb]"
/* SCSS */
$brand: #fdcaeb;
/* SwiftUI */
Color(red: 0.992, green: 0.792, blue: 0.922)
/* Android */
Color.parseColor("#fdcaeb")Accessibility — WCAG contrast
Aa
#fdcaeb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcaeb on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green79.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow7.1%
Key (black)0.8%
Color previews
#fdcaeb text on a black background
contrast 14.82:1
Card sample
#fdcaeb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcaeb;
Background color
Panel with #fdcaeb background
background-color: #fdcaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 202, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 202, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcaeb; background: linear-gradient(135deg, #fdcaeb, #FDCBCA);