#fbc3ba
a pale, electric red · warm · closest name: pink
RGB
251, 195, 186
HSL
8°, 89%, 86%
CMYK
0, 22, 26, 2
Luminance
0.6308
Every format
| HEX | #fbc3ba |
| RGB | rgb(251, 195, 186) |
| HSL | hsl(8, 89%, 86%) |
| CMYK | cmyk(0%, 22%, 26%, 2%) |
| LAB | lab(83.5 18.7 12.2) |
| LCH | lch(83.5 22.4 33.1) |
| OKLCH | oklch(0.865 0.066 28.9) |
Copy-ready code
/* CSS */
color: #fbc3ba;
background-color: #fbc3ba;
/* Tailwind (arbitrary) */
class="text-[#fbc3ba] bg-[#fbc3ba]"
/* SCSS */
$brand: #fbc3ba;
/* SwiftUI */
Color(red: 0.984, green: 0.765, blue: 0.729)
/* Android */
Color.parseColor("#fbc3ba")Accessibility — WCAG contrast
Aa
#fbc3ba on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc3ba on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow25.9%
Key (black)1.6%
Color previews
#fbc3ba text on a black background
contrast 13.62:1
Card sample
#fbc3ba text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc3ba;
Background color
Panel with #fbc3ba background
background-color: #fbc3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 195, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 195, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc3ba; background: linear-gradient(135deg, #fbc3ba, #FBEEBA);