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