#f5bfdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 191, 223
HSL
324°, 73%, 86%
CMYK
0, 22, 9, 4
Luminance
0.6200
Every format
| HEX | #f5bfdf |
| RGB | rgb(245, 191, 223) |
| HSL | hsl(324, 73%, 86%) |
| CMYK | cmyk(0%, 22%, 9%, 4%) |
| LAB | lab(82.9 24.3 -8.5) |
| LCH | lch(82.9 25.8 340.8) |
| OKLCH | oklch(0.862 0.074 342.5) |
Copy-ready code
/* CSS */
color: #f5bfdf;
background-color: #f5bfdf;
/* Tailwind (arbitrary) */
class="text-[#f5bfdf] bg-[#f5bfdf]"
/* SCSS */
$brand: #f5bfdf;
/* SwiftUI */
Color(red: 0.961, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#f5bfdf")Accessibility — WCAG contrast
Aa
#f5bfdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bfdf on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow9.0%
Key (black)3.9%
Color previews
#f5bfdf text on a black background
contrast 13.40:1
Card sample
#f5bfdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bfdf;
Background color
Panel with #f5bfdf background
background-color: #f5bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bfdf; background: linear-gradient(135deg, #f5bfdf, #F5C3BF);