#f7ccdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
247, 204, 223
HSL
334°, 73%, 88%
CMYK
0, 17, 10, 3
Luminance
0.6829
Every format
| HEX | #f7ccdf |
| RGB | rgb(247, 204, 223) |
| HSL | hsl(334, 73%, 88%) |
| CMYK | cmyk(0%, 17%, 10%, 3%) |
| LAB | lab(86.2 18.1 -3.7) |
| LCH | lch(86.2 18.5 348.5) |
| OKLCH | oklch(0.888 0.054 349.9) |
Copy-ready code
/* CSS */
color: #f7ccdf;
background-color: #f7ccdf;
/* Tailwind (arbitrary) */
class="text-[#f7ccdf] bg-[#f7ccdf]"
/* SCSS */
$brand: #f7ccdf;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#f7ccdf")Accessibility — WCAG contrast
Aa
#f7ccdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ccdf on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow9.7%
Key (black)3.1%
Color previews
#f7ccdf text on a black background
contrast 14.66:1
Card sample
#f7ccdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ccdf;
Background color
Panel with #f7ccdf background
background-color: #f7ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ccdf; background: linear-gradient(135deg, #f7ccdf, #F7D6CC);