#f7badf
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 186, 223
HSL
324°, 79%, 85%
CMYK
0, 25, 10, 3
Luminance
0.6022
Every format
| HEX | #f7badf |
| RGB | rgb(247, 186, 223) |
| HSL | hsl(324, 79%, 85%) |
| CMYK | cmyk(0%, 25%, 10%, 3%) |
| LAB | lab(82.0 27.6 -9.9) |
| LCH | lch(82.0 29.4 340.3) |
| OKLCH | oklch(0.855 0.085 342.0) |
Copy-ready code
/* CSS */
color: #f7badf;
background-color: #f7badf;
/* Tailwind (arbitrary) */
class="text-[#f7badf] bg-[#f7badf]"
/* SCSS */
$brand: #f7badf;
/* SwiftUI */
Color(red: 0.969, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#f7badf")Accessibility — WCAG contrast
Aa
#f7badf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7badf on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow9.7%
Key (black)3.1%
Color previews
#f7badf text on a black background
contrast 13.04:1
Card sample
#f7badf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7badf;
Background color
Panel with #f7badf background
background-color: #f7badf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7badf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7badf; background: linear-gradient(135deg, #f7badf, #F7BEBA);