#f7cdd9
a pale, vivid magenta / pink · warm · closest name: pink
RGB
247, 205, 217
HSL
343°, 72%, 89%
CMYK
0, 17, 12, 3
Luminance
0.6845
Every format
| HEX | #f7cdd9 |
| RGB | rgb(247, 205, 217) |
| HSL | hsl(343, 72%, 89%) |
| CMYK | cmyk(0%, 17%, 12%, 3%) |
| LAB | lab(86.2 16.6 -0.4) |
| LCH | lch(86.2 16.6 358.7) |
| OKLCH | oklch(0.888 0.050 359.1) |
Copy-ready code
/* CSS */
color: #f7cdd9;
background-color: #f7cdd9;
/* Tailwind (arbitrary) */
class="text-[#f7cdd9] bg-[#f7cdd9]"
/* SCSS */
$brand: #f7cdd9;
/* SwiftUI */
Color(red: 0.969, green: 0.804, blue: 0.851)
/* Android */
Color.parseColor("#f7cdd9")Accessibility — WCAG contrast
Aa
#f7cdd9 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cdd9 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.4%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow12.1%
Key (black)3.1%
Color previews
#f7cdd9 text on a black background
contrast 14.69:1
Card sample
#f7cdd9 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cdd9;
Background color
Panel with #f7cdd9 background
background-color: #f7cdd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cdd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 205, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 205, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cdd9; background: linear-gradient(135deg, #f7cdd9, #F7DDCD);