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