#fdcee3
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 206, 227
HSL
333°, 92%, 90%
CMYK
0, 19, 10, 1
Luminance
0.7057
Every format
| HEX | #fdcee3 |
| RGB | rgb(253, 206, 227) |
| HSL | hsl(333, 92%, 90%) |
| CMYK | cmyk(0%, 19%, 10%, 1%) |
| LAB | lab(87.3 19.8 -4.1) |
| LCH | lch(87.3 20.2 348.4) |
| OKLCH | oklch(0.898 0.059 349.7) |
Copy-ready code
/* CSS */
color: #fdcee3;
background-color: #fdcee3;
/* Tailwind (arbitrary) */
class="text-[#fdcee3] bg-[#fdcee3]"
/* SCSS */
$brand: #fdcee3;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.890)
/* Android */
Color.parseColor("#fdcee3")Accessibility — WCAG contrast
Aa
#fdcee3 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcee3 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow10.3%
Key (black)0.8%
Color previews
#fdcee3 text on a black background
contrast 15.11:1
Card sample
#fdcee3 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcee3;
Background color
Panel with #fdcee3 background
background-color: #fdcee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcee3; background: linear-gradient(135deg, #fdcee3, #FDD8CE);