#f7bfba
a light, electric red · warm · closest name: pink
RGB
247, 191, 186
HSL
5°, 79%, 85%
CMYK
0, 23, 25, 3
Luminance
0.6058
Every format
| HEX | #f7bfba |
| RGB | rgb(247, 191, 186) |
| HSL | hsl(5, 79%, 85%) |
| CMYK | cmyk(0%, 23%, 25%, 3%) |
| LAB | lab(82.2 19.4 10.3) |
| LCH | lch(82.2 21.9 28.0) |
| OKLCH | oklch(0.854 0.065 24.4) |
Copy-ready code
/* CSS */
color: #f7bfba;
background-color: #f7bfba;
/* Tailwind (arbitrary) */
class="text-[#f7bfba] bg-[#f7bfba]"
/* SCSS */
$brand: #f7bfba;
/* SwiftUI */
Color(red: 0.969, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#f7bfba")Accessibility — WCAG contrast
Aa
#f7bfba on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bfba on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow24.7%
Key (black)3.1%
Color previews
#f7bfba text on a black background
contrast 13.12:1
Card sample
#f7bfba text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bfba;
Background color
Panel with #f7bfba background
background-color: #f7bfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bfba; background: linear-gradient(135deg, #f7bfba, #F7E8BA);