#f7c2ce
a pale, electric red · warm · closest name: pink
RGB
247, 194, 206
HSL
346°, 77%, 87%
CMYK
0, 22, 17, 3
Luminance
0.6281
Every format
| HEX | #f7c2ce |
| RGB | rgb(247, 194, 206) |
| HSL | hsl(346, 77%, 87%) |
| CMYK | cmyk(0%, 22%, 17%, 3%) |
| LAB | lab(83.3 20.7 1.3) |
| LCH | lch(83.3 20.7 3.5) |
| OKLCH | oklch(0.864 0.062 3.4) |
Copy-ready code
/* CSS */
color: #f7c2ce;
background-color: #f7c2ce;
/* Tailwind (arbitrary) */
class="text-[#f7c2ce] bg-[#f7c2ce]"
/* SCSS */
$brand: #f7c2ce;
/* SwiftUI */
Color(red: 0.969, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#f7c2ce")Accessibility — WCAG contrast
Aa
#f7c2ce on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c2ce on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green76.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow16.6%
Key (black)3.1%
Color previews
#f7c2ce text on a black background
contrast 13.56:1
Card sample
#f7c2ce text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c2ce;
Background color
Panel with #f7c2ce background
background-color: #f7c2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c2ce; background: linear-gradient(135deg, #f7c2ce, #F7D9C2);