#f4bfdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
244, 191, 223
HSL
324°, 71%, 85%
CMYK
0, 22, 9, 4
Luminance
0.6182
Every format
| HEX | #f4bfdf |
| RGB | rgb(244, 191, 223) |
| HSL | hsl(324, 71%, 85%) |
| CMYK | cmyk(0%, 22%, 9%, 4%) |
| LAB | lab(82.8 24.0 -8.6) |
| LCH | lch(82.8 25.5 340.2) |
| OKLCH | oklch(0.861 0.073 341.9) |
Copy-ready code
/* CSS */
color: #f4bfdf;
background-color: #f4bfdf;
/* Tailwind (arbitrary) */
class="text-[#f4bfdf] bg-[#f4bfdf]"
/* SCSS */
$brand: #f4bfdf;
/* SwiftUI */
Color(red: 0.957, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#f4bfdf")Accessibility — WCAG contrast
Aa
#f4bfdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bfdf on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow8.6%
Key (black)4.3%
Color previews
#f4bfdf text on a black background
contrast 13.36:1
Card sample
#f4bfdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bfdf;
Background color
Panel with #f4bfdf background
background-color: #f4bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bfdf; background: linear-gradient(135deg, #f4bfdf, #F4C2BF);