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