#ffbcfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 188, 254
HSL
301°, 100%, 87%
CMYK
0, 26, 0, 0
Luminance
0.6438
Every format
| HEX | #ffbcfe |
| RGB | rgb(255, 188, 254) |
| HSL | hsl(301, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 0%, 0%) |
| LAB | lab(84.2 34.6 -23.1) |
| LCH | lch(84.2 41.6 326.3) |
| OKLCH | oklch(0.877 0.114 327.0) |
Copy-ready code
/* CSS */
color: #ffbcfe;
background-color: #ffbcfe;
/* Tailwind (arbitrary) */
class="text-[#ffbcfe] bg-[#ffbcfe]"
/* SCSS */
$brand: #ffbcfe;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#ffbcfe")Accessibility — WCAG contrast
Aa
#ffbcfe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbcfe on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow0.4%
Key (black)0.0%
Color previews
#ffbcfe text on a black background
contrast 13.88:1
Card sample
#ffbcfe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbcfe;
Background color
Panel with #ffbcfe background
background-color: #ffbcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbcfe; background: linear-gradient(135deg, #ffbcfe, #FFBCD1);