#fbbceb
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 188, 235
HSL
315°, 89%, 86%
CMYK
0, 25, 6, 2
Luminance
0.6247
Every format
| HEX | #fbbceb |
| RGB | rgb(251, 188, 235) |
| HSL | hsl(315, 89%, 86%) |
| CMYK | cmyk(0%, 25%, 6%, 2%) |
| LAB | lab(83.2 29.9 -14.5) |
| LCH | lch(83.2 33.3 334.2) |
| OKLCH | oklch(0.867 0.094 335.8) |
Copy-ready code
/* CSS */
color: #fbbceb;
background-color: #fbbceb;
/* Tailwind (arbitrary) */
class="text-[#fbbceb] bg-[#fbbceb]"
/* SCSS */
$brand: #fbbceb;
/* SwiftUI */
Color(red: 0.984, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#fbbceb")Accessibility — WCAG contrast
Aa
#fbbceb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbbceb on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green73.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow6.4%
Key (black)1.6%
Color previews
#fbbceb text on a black background
contrast 13.49:1
Card sample
#fbbceb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbbceb;
Background color
Panel with #fbbceb background
background-color: #fbbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbbceb; background: linear-gradient(135deg, #fbbceb, #FBBCC1);