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