#f7bfcc
a pale, electric red · warm · closest name: pink
RGB
247, 191, 204
HSL
346°, 78%, 86%
CMYK
0, 23, 17, 3
Luminance
0.6140
Every format
| HEX | #f7bfcc |
| RGB | rgb(247, 191, 204) |
| HSL | hsl(346, 78%, 86%) |
| CMYK | cmyk(0%, 23%, 17%, 3%) |
| LAB | lab(82.6 22.0 1.3) |
| LCH | lch(82.6 22.0 3.3) |
| OKLCH | oklch(0.858 0.066 3.1) |
Copy-ready code
/* CSS */
color: #f7bfcc;
background-color: #f7bfcc;
/* Tailwind (arbitrary) */
class="text-[#f7bfcc] bg-[#f7bfcc]"
/* SCSS */
$brand: #f7bfcc;
/* SwiftUI */
Color(red: 0.969, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#f7bfcc")Accessibility — WCAG contrast
Aa
#f7bfcc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bfcc on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.9%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow17.4%
Key (black)3.1%
Color previews
#f7bfcc text on a black background
contrast 13.28:1
Card sample
#f7bfcc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bfcc;
Background color
Panel with #f7bfcc background
background-color: #f7bfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bfcc; background: linear-gradient(135deg, #f7bfcc, #F7D7BF);