#f6bcdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
246, 188, 223
HSL
324°, 76%, 85%
CMYK
0, 24, 9, 4
Luminance
0.6089
Every format
| HEX | #f6bcdf |
| RGB | rgb(246, 188, 223) |
| HSL | hsl(324, 76%, 85%) |
| CMYK | cmyk(0%, 24%, 9%, 4%) |
| LAB | lab(82.3 26.3 -9.4) |
| LCH | lch(82.3 27.9 340.4) |
| OKLCH | oklch(0.858 0.080 342.1) |
Copy-ready code
/* CSS */
color: #f6bcdf;
background-color: #f6bcdf;
/* Tailwind (arbitrary) */
class="text-[#f6bcdf] bg-[#f6bcdf]"
/* SCSS */
$brand: #f6bcdf;
/* SwiftUI */
Color(red: 0.965, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#f6bcdf")Accessibility — WCAG contrast
Aa
#f6bcdf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bcdf on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow9.3%
Key (black)3.5%
Color previews
#f6bcdf text on a black background
contrast 13.18:1
Card sample
#f6bcdf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bcdf;
Background color
Panel with #f6bcdf background
background-color: #f6bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bcdf; background: linear-gradient(135deg, #f6bcdf, #F6C0BC);