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