#fba8ba
a light, electric red · warm · closest name: pink
RGB
251, 168, 186
HSL
347°, 91%, 82%
CMYK
0, 33, 26, 2
Luminance
0.5206
Every format
| HEX | #fba8ba |
| RGB | rgb(251, 168, 186) |
| HSL | hsl(347, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 26%, 2%) |
| LAB | lab(77.3 32.9 3.4) |
| LCH | lch(77.3 33.1 5.9) |
| OKLCH | oklch(0.817 0.100 5.3) |
Copy-ready code
/* CSS */
color: #fba8ba;
background-color: #fba8ba;
/* Tailwind (arbitrary) */
class="text-[#fba8ba] bg-[#fba8ba]"
/* SCSS */
$brand: #fba8ba;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.729)
/* Android */
Color.parseColor("#fba8ba")Accessibility — WCAG contrast
Aa
#fba8ba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba8ba on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow25.9%
Key (black)1.6%
Color previews
#fba8ba text on a black background
contrast 11.41:1
Card sample
#fba8ba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba8ba;
Background color
Panel with #fba8ba background
background-color: #fba8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba8ba; background: linear-gradient(135deg, #fba8ba, #FBCDA8);