#fbafab
a light, electric red · warm · closest name: pink
RGB
251, 175, 171
HSL
3°, 91%, 83%
CMYK
0, 30, 32, 2
Luminance
0.5411
Every format
| HEX | #fbafab |
| RGB | rgb(251, 175, 171) |
| HSL | hsl(3, 91%, 83%) |
| CMYK | cmyk(0%, 30%, 32%, 2%) |
| LAB | lab(78.5 27.3 13.3) |
| LCH | lch(78.5 30.3 25.9) |
| OKLCH | oklch(0.825 0.090 22.6) |
Copy-ready code
/* CSS */
color: #fbafab;
background-color: #fbafab;
/* Tailwind (arbitrary) */
class="text-[#fbafab] bg-[#fbafab]"
/* SCSS */
$brand: #fbafab;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#fbafab")Accessibility — WCAG contrast
Aa
#fbafab on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafab on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow31.9%
Key (black)1.6%
Color previews
#fbafab text on a black background
contrast 11.82:1
Card sample
#fbafab text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafab;
Background color
Panel with #fbafab background
background-color: #fbafab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafab; background: linear-gradient(135deg, #fbafab, #FBE4AB);