#f8cded
a pale, electric magenta / pink · warm · closest name: pink
RGB
248, 205, 237
HSL
315°, 75%, 89%
CMYK
0, 17, 4, 3
Luminance
0.6973
Every format
| HEX | #f8cded |
| RGB | rgb(248, 205, 237) |
| HSL | hsl(315, 75%, 89%) |
| CMYK | cmyk(0%, 17%, 4%, 3%) |
| LAB | lab(86.9 20.3 -10.0) |
| LCH | lch(86.9 22.7 333.7) |
| OKLCH | oklch(0.895 0.064 335.3) |
Copy-ready code
/* CSS */
color: #f8cded;
background-color: #f8cded;
/* Tailwind (arbitrary) */
class="text-[#f8cded] bg-[#f8cded]"
/* SCSS */
$brand: #f8cded;
/* SwiftUI */
Color(red: 0.973, green: 0.804, blue: 0.929)
/* Android */
Color.parseColor("#f8cded")Accessibility — WCAG contrast
Aa
#f8cded on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cded on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.4%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow4.4%
Key (black)2.7%
Color previews
#f8cded text on a black background
contrast 14.95:1
Card sample
#f8cded text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cded;
Background color
Panel with #f8cded background
background-color: #f8cded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 205, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 205, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cded; background: linear-gradient(135deg, #f8cded, #F8CDD0);