#fbcbba
a pale, electric orange · warm · closest name: pink
RGB
251, 203, 186
HSL
16°, 89%, 86%
CMYK
0, 19, 26, 2
Luminance
0.6677
Every format
| HEX | #fbcbba |
| RGB | rgb(251, 203, 186) |
| HSL | hsl(16, 89%, 86%) |
| CMYK | cmyk(0%, 19%, 26%, 2%) |
| LAB | lab(85.4 14.5 14.9) |
| LCH | lch(85.4 20.8 45.7) |
| OKLCH | oklch(0.879 0.059 40.4) |
Copy-ready code
/* CSS */
color: #fbcbba;
background-color: #fbcbba;
/* Tailwind (arbitrary) */
class="text-[#fbcbba] bg-[#fbcbba]"
/* SCSS */
$brand: #fbcbba;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#fbcbba")Accessibility — WCAG contrast
Aa
#fbcbba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbba on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow25.9%
Key (black)1.6%
Color previews
#fbcbba text on a black background
contrast 14.35:1
Card sample
#fbcbba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbba;
Background color
Panel with #fbcbba background
background-color: #fbcbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbba; background: linear-gradient(135deg, #fbcbba, #FBF6BA);