#f7c2bc
a pale, electric red · warm · closest name: pink
RGB
247, 194, 188
HSL
6°, 79%, 85%
CMYK
0, 22, 24, 3
Luminance
0.6199
Every format
| HEX | #f7c2bc |
| RGB | rgb(247, 194, 188) |
| HSL | hsl(6, 79%, 85%) |
| CMYK | cmyk(0%, 22%, 24%, 3%) |
| LAB | lab(82.9 18.1 10.3) |
| LCH | lch(82.9 20.8 29.6) |
| OKLCH | oklch(0.860 0.062 25.9) |
Copy-ready code
/* CSS */
color: #f7c2bc;
background-color: #f7c2bc;
/* Tailwind (arbitrary) */
class="text-[#f7c2bc] bg-[#f7c2bc]"
/* SCSS */
$brand: #f7c2bc;
/* SwiftUI */
Color(red: 0.969, green: 0.761, blue: 0.737)
/* Android */
Color.parseColor("#f7c2bc")Accessibility — WCAG contrast
Aa
#f7c2bc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c2bc on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green76.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow23.9%
Key (black)3.1%
Color previews
#f7c2bc text on a black background
contrast 13.40:1
Card sample
#f7c2bc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c2bc;
Background color
Panel with #f7c2bc background
background-color: #f7c2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 194, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 194, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c2bc; background: linear-gradient(135deg, #f7c2bc, #F7E9BC);