#f8ccdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
248, 204, 223
HSL
334°, 76%, 89%
CMYK
0, 18, 10, 3
Luminance
0.6847
Every format
| HEX | #f8ccdf |
| RGB | rgb(248, 204, 223) |
| HSL | hsl(334, 76%, 89%) |
| CMYK | cmyk(0%, 18%, 10%, 3%) |
| LAB | lab(86.2 18.5 -3.5) |
| LCH | lch(86.2 18.8 349.2) |
| OKLCH | oklch(0.888 0.055 350.5) |
Copy-ready code
/* CSS */
color: #f8ccdf;
background-color: #f8ccdf;
/* Tailwind (arbitrary) */
class="text-[#f8ccdf] bg-[#f8ccdf]"
/* SCSS */
$brand: #f8ccdf;
/* SwiftUI */
Color(red: 0.973, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#f8ccdf")Accessibility — WCAG contrast
Aa
#f8ccdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ccdf on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow10.1%
Key (black)2.7%
Color previews
#f8ccdf text on a black background
contrast 14.69:1
Card sample
#f8ccdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ccdf;
Background color
Panel with #f8ccdf background
background-color: #f8ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ccdf; background: linear-gradient(135deg, #f8ccdf, #F8D6CC);