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