#f7d4da
a pale, vivid red · warm · closest name: pink
RGB
247, 212, 218
HSL
350°, 69%, 90%
CMYK
0, 14, 12, 3
Luminance
0.7192
Every format
| HEX | #f7d4da |
| RGB | rgb(247, 212, 218) |
| HSL | hsl(350, 69%, 90%) |
| CMYK | cmyk(0%, 14%, 12%, 3%) |
| LAB | lab(87.9 13.1 1.6) |
| LCH | lch(87.9 13.2 6.8) |
| OKLCH | oklch(0.901 0.040 6.3) |
Copy-ready code
/* CSS */
color: #f7d4da;
background-color: #f7d4da;
/* Tailwind (arbitrary) */
class="text-[#f7d4da] bg-[#f7d4da]"
/* SCSS */
$brand: #f7d4da;
/* SwiftUI */
Color(red: 0.969, green: 0.831, blue: 0.855)
/* Android */
Color.parseColor("#f7d4da")Accessibility — WCAG contrast
Aa
#f7d4da on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d4da on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green83.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow11.7%
Key (black)3.1%
Color previews
#f7d4da text on a black background
contrast 15.38:1
Card sample
#f7d4da text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d4da;
Background color
Panel with #f7d4da background
background-color: #f7d4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 212, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 212, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d4da; background: linear-gradient(135deg, #f7d4da, #F7E5D4);