#f7c5cb
a pale, electric red · warm · closest name: pink
RGB
247, 197, 203
HSL
353°, 76%, 87%
CMYK
0, 20, 18, 3
Luminance
0.6402
Every format
| HEX | #f7c5cb |
| RGB | rgb(247, 197, 203) |
| HSL | hsl(353, 76%, 87%) |
| CMYK | cmyk(0%, 20%, 18%, 3%) |
| LAB | lab(84.0 18.7 3.8) |
| LCH | lch(84.0 19.0 11.5) |
| OKLCH | oklch(0.869 0.058 10.2) |
Copy-ready code
/* CSS */
color: #f7c5cb;
background-color: #f7c5cb;
/* Tailwind (arbitrary) */
class="text-[#f7c5cb] bg-[#f7c5cb]"
/* SCSS */
$brand: #f7c5cb;
/* SwiftUI */
Color(red: 0.969, green: 0.773, blue: 0.796)
/* Android */
Color.parseColor("#f7c5cb")Accessibility — WCAG contrast
Aa
#f7c5cb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c5cb on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green77.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow17.8%
Key (black)3.1%
Color previews
#f7c5cb text on a black background
contrast 13.80:1
Card sample
#f7c5cb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c5cb;
Background color
Panel with #f7c5cb background
background-color: #f7c5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 197, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 197, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c5cb; background: linear-gradient(135deg, #f7c5cb, #F7E0C5);