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