#fbc8ba
a pale, electric red · warm · closest name: pink
RGB
251, 200, 186
HSL
13°, 89%, 86%
CMYK
0, 20, 26, 2
Luminance
0.6536
Every format
| HEX | #fbc8ba |
| RGB | rgb(251, 200, 186) |
| HSL | hsl(13, 89%, 86%) |
| CMYK | cmyk(0%, 20%, 26%, 2%) |
| LAB | lab(84.7 16.1 13.9) |
| LCH | lch(84.7 21.3 40.8) |
| OKLCH | oklch(0.874 0.062 35.9) |
Copy-ready code
/* CSS */
color: #fbc8ba;
background-color: #fbc8ba;
/* Tailwind (arbitrary) */
class="text-[#fbc8ba] bg-[#fbc8ba]"
/* SCSS */
$brand: #fbc8ba;
/* SwiftUI */
Color(red: 0.984, green: 0.784, blue: 0.729)
/* Android */
Color.parseColor("#fbc8ba")Accessibility — WCAG contrast
Aa
#fbc8ba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc8ba on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow25.9%
Key (black)1.6%
Color previews
#fbc8ba text on a black background
contrast 14.07:1
Card sample
#fbc8ba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc8ba;
Background color
Panel with #fbc8ba background
background-color: #fbc8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 200, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 200, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc8ba; background: linear-gradient(135deg, #fbc8ba, #FBF3BA);