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