#f7ccce
a pale, vivid red · warm · closest name: pink
RGB
247, 204, 206
HSL
357°, 73%, 88%
CMYK
0, 17, 17, 3
Luminance
0.6742
Every format
| HEX | #f7ccce |
| RGB | rgb(247, 204, 206) |
| HSL | hsl(357, 73%, 88%) |
| CMYK | cmyk(0%, 17%, 17%, 3%) |
| LAB | lab(85.7 15.4 4.7) |
| LCH | lch(85.7 16.1 17.0) |
| OKLCH | oklch(0.883 0.049 15.0) |
Copy-ready code
/* CSS */
color: #f7ccce;
background-color: #f7ccce;
/* Tailwind (arbitrary) */
class="text-[#f7ccce] bg-[#f7ccce]"
/* SCSS */
$brand: #f7ccce;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#f7ccce")Accessibility — WCAG contrast
Aa
#f7ccce on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ccce on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow16.6%
Key (black)3.1%
Color previews
#f7ccce text on a black background
contrast 14.48:1
Card sample
#f7ccce text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ccce;
Background color
Panel with #f7ccce background
background-color: #f7ccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ccce; background: linear-gradient(135deg, #f7ccce, #F7E7CC);