#fda8cf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 168, 207
HSL
333°, 96%, 83%
CMYK
0, 34, 18, 1
Luminance
0.5339
Every format
| HEX | #fda8cf |
| RGB | rgb(253, 168, 207) |
| HSL | hsl(333, 96%, 83%) |
| CMYK | cmyk(0%, 34%, 18%, 1%) |
| LAB | lab(78.1 36.6 -6.9) |
| LCH | lch(78.1 37.3 349.3) |
| OKLCH | oklch(0.826 0.111 350.7) |
Copy-ready code
/* CSS */
color: #fda8cf;
background-color: #fda8cf;
/* Tailwind (arbitrary) */
class="text-[#fda8cf] bg-[#fda8cf]"
/* SCSS */
$brand: #fda8cf;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.812)
/* Android */
Color.parseColor("#fda8cf")Accessibility — WCAG contrast
Aa
#fda8cf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda8cf on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow18.2%
Key (black)0.8%
Color previews
#fda8cf text on a black background
contrast 11.68:1
Card sample
#fda8cf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda8cf;
Background color
Panel with #fda8cf background
background-color: #fda8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda8cf; background: linear-gradient(135deg, #fda8cf, #FDBAA8);