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