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