#fbcbe6
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 203, 230
HSL
326°, 86%, 89%
CMYK
0, 19, 8, 2
Luminance
0.6893
Every format
| HEX | #fbcbe6 |
| RGB | rgb(251, 203, 230) |
| HSL | hsl(326, 86%, 89%) |
| CMYK | cmyk(0%, 19%, 8%, 2%) |
| LAB | lab(86.5 21.2 -6.9) |
| LCH | lch(86.5 22.3 342.0) |
| OKLCH | oklch(0.891 0.064 343.7) |
Copy-ready code
/* CSS */
color: #fbcbe6;
background-color: #fbcbe6;
/* Tailwind (arbitrary) */
class="text-[#fbcbe6] bg-[#fbcbe6]"
/* SCSS */
$brand: #fbcbe6;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.902)
/* Android */
Color.parseColor("#fbcbe6")Accessibility — WCAG contrast
Aa
#fbcbe6 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbe6 on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow8.4%
Key (black)1.6%
Color previews
#fbcbe6 text on a black background
contrast 14.79:1
Card sample
#fbcbe6 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbe6;
Background color
Panel with #fbcbe6 background
background-color: #fbcbe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbe6; background: linear-gradient(135deg, #fbcbe6, #FBD0CB);