#f7bfdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
247, 191, 223
HSL
326°, 78%, 86%
CMYK
0, 23, 10, 3
Luminance
0.6236
Every format
| HEX | #f7bfdf |
| RGB | rgb(247, 191, 223) |
| HSL | hsl(326, 78%, 86%) |
| CMYK | cmyk(0%, 23%, 10%, 3%) |
| LAB | lab(83.1 25.0 -8.2) |
| LCH | lch(83.1 26.3 341.9) |
| OKLCH | oklch(0.864 0.076 343.6) |
Copy-ready code
/* CSS */
color: #f7bfdf;
background-color: #f7bfdf;
/* Tailwind (arbitrary) */
class="text-[#f7bfdf] bg-[#f7bfdf]"
/* SCSS */
$brand: #f7bfdf;
/* SwiftUI */
Color(red: 0.969, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#f7bfdf")Accessibility — WCAG contrast
Aa
#f7bfdf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bfdf on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow9.7%
Key (black)3.1%
Color previews
#f7bfdf text on a black background
contrast 13.47:1
Card sample
#f7bfdf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bfdf;
Background color
Panel with #f7bfdf background
background-color: #f7bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bfdf; background: linear-gradient(135deg, #f7bfdf, #F7C4BF);