#f6bcee
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 188, 238
HSL
308°, 76%, 85%
CMYK
0, 24, 3, 4
Luminance
0.6173
Every format
| HEX | #f6bcee |
| RGB | rgb(246, 188, 238) |
| HSL | hsl(308, 76%, 85%) |
| CMYK | cmyk(0%, 24%, 3%, 4%) |
| LAB | lab(82.8 28.8 -16.7) |
| LCH | lch(82.8 33.3 329.9) |
| OKLCH | oklch(0.863 0.093 331.1) |
Copy-ready code
/* CSS */
color: #f6bcee;
background-color: #f6bcee;
/* Tailwind (arbitrary) */
class="text-[#f6bcee] bg-[#f6bcee]"
/* SCSS */
$brand: #f6bcee;
/* SwiftUI */
Color(red: 0.965, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#f6bcee")Accessibility — WCAG contrast
Aa
#f6bcee on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bcee on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green73.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow3.3%
Key (black)3.5%
Color previews
#f6bcee text on a black background
contrast 13.35:1
Card sample
#f6bcee text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bcee;
Background color
Panel with #f6bcee background
background-color: #f6bcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bcee; background: linear-gradient(135deg, #f6bcee, #F6BCC7);