#f6bfdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
246, 191, 223
HSL
325°, 75%, 86%
CMYK
0, 22, 9, 4
Luminance
0.6218
Every format
| HEX | #f6bfdf |
| RGB | rgb(246, 191, 223) |
| HSL | hsl(325, 75%, 86%) |
| CMYK | cmyk(0%, 22%, 9%, 4%) |
| LAB | lab(83.0 24.7 -8.3) |
| LCH | lch(83.0 26.0 341.3) |
| OKLCH | oklch(0.863 0.075 343.0) |
Copy-ready code
/* CSS */
color: #f6bfdf;
background-color: #f6bfdf;
/* Tailwind (arbitrary) */
class="text-[#f6bfdf] bg-[#f6bfdf]"
/* SCSS */
$brand: #f6bfdf;
/* SwiftUI */
Color(red: 0.965, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#f6bfdf")Accessibility — WCAG contrast
Aa
#f6bfdf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bfdf on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow9.3%
Key (black)3.5%
Color previews
#f6bfdf text on a black background
contrast 13.44:1
Card sample
#f6bfdf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bfdf;
Background color
Panel with #f6bfdf background
background-color: #f6bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bfdf; background: linear-gradient(135deg, #f6bfdf, #F6C4BF);