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