#ffbcd9
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 188, 217
HSL
334°, 100%, 87%
CMYK
0, 26, 15, 0
Luminance
0.6224
Every format
| HEX | #ffbcd9 |
| RGB | rgb(255, 188, 217) |
| HSL | hsl(334, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 15%, 0%) |
| LAB | lab(83.0 28.4 -5.0) |
| LCH | lch(83.0 28.8 350.0) |
| OKLCH | oklch(0.865 0.085 351.3) |
Copy-ready code
/* CSS */
color: #ffbcd9;
background-color: #ffbcd9;
/* Tailwind (arbitrary) */
class="text-[#ffbcd9] bg-[#ffbcd9]"
/* SCSS */
$brand: #ffbcd9;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.851)
/* Android */
Color.parseColor("#ffbcd9")Accessibility — WCAG contrast
Aa
#ffbcd9 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbcd9 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow14.9%
Key (black)0.0%
Color previews
#ffbcd9 text on a black background
contrast 13.45:1
Card sample
#ffbcd9 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbcd9;
Background color
Panel with #ffbcd9 background
background-color: #ffbcd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbcd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbcd9; background: linear-gradient(135deg, #ffbcd9, #FFCCBC);