#f7b8bf
a light, electric red · warm · closest name: pink
RGB
247, 184, 191
HSL
353°, 80%, 85%
CMYK
0, 26, 23, 3
Luminance
0.5782
Every format
| HEX | #f7b8bf |
| RGB | rgb(247, 184, 191) |
| HSL | hsl(353, 80%, 85%) |
| CMYK | cmyk(0%, 26%, 23%, 3%) |
| LAB | lab(80.6 23.8 5.4) |
| LCH | lch(80.6 24.4 12.8) |
| OKLCH | oklch(0.842 0.073 11.4) |
Copy-ready code
/* CSS */
color: #f7b8bf;
background-color: #f7b8bf;
/* Tailwind (arbitrary) */
class="text-[#f7b8bf] bg-[#f7b8bf]"
/* SCSS */
$brand: #f7b8bf;
/* SwiftUI */
Color(red: 0.969, green: 0.722, blue: 0.749)
/* Android */
Color.parseColor("#f7b8bf")Accessibility — WCAG contrast
Aa
#f7b8bf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b8bf on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow22.7%
Key (black)3.1%
Color previews
#f7b8bf text on a black background
contrast 12.56:1
Card sample
#f7b8bf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b8bf;
Background color
Panel with #f7b8bf background
background-color: #f7b8bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b8bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 184, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 184, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b8bf; background: linear-gradient(135deg, #f7b8bf, #F7DBB8);