#f6bcf9
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 188, 249
HSL
297°, 84%, 86%
CMYK
1, 25, 0, 2
Luminance
0.6240
Every format
| HEX | #f6bcf9 |
| RGB | rgb(246, 188, 249) |
| HSL | hsl(297, 84%, 86%) |
| CMYK | cmyk(1%, 25%, 0%, 2%) |
| LAB | lab(83.1 30.8 -22.1) |
| LCH | lch(83.1 37.9 324.4) |
| OKLCH | oklch(0.867 0.103 324.8) |
Copy-ready code
/* CSS */
color: #f6bcf9;
background-color: #f6bcf9;
/* Tailwind (arbitrary) */
class="text-[#f6bcf9] bg-[#f6bcf9]"
/* SCSS */
$brand: #f6bcf9;
/* SwiftUI */
Color(red: 0.965, green: 0.737, blue: 0.976)
/* Android */
Color.parseColor("#f6bcf9")Accessibility — WCAG contrast
Aa
#f6bcf9 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bcf9 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green73.7%
Blue97.6%
CMYK percentages
Cyan1.2%
Magenta24.5%
Yellow0.0%
Key (black)2.4%
Color previews
#f6bcf9 text on a black background
contrast 13.48:1
Card sample
#f6bcf9 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bcf9;
Background color
Panel with #f6bcf9 background
background-color: #f6bcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 188, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 188, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bcf9; background: linear-gradient(135deg, #f6bcf9, #F9BCD3);