#fbafbf
a light, electric red · warm · closest name: pink
RGB
251, 175, 191
HSL
347°, 91%, 84%
CMYK
0, 30, 24, 2
Luminance
0.5493
Every format
| HEX | #fbafbf |
| RGB | rgb(251, 175, 191) |
| HSL | hsl(347, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 24%, 2%) |
| LAB | lab(79.0 29.9 3.1) |
| LCH | lch(79.0 30.1 5.9) |
| OKLCH | oklch(0.831 0.091 5.4) |
Copy-ready code
/* CSS */
color: #fbafbf;
background-color: #fbafbf;
/* Tailwind (arbitrary) */
class="text-[#fbafbf] bg-[#fbafbf]"
/* SCSS */
$brand: #fbafbf;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#fbafbf")Accessibility — WCAG contrast
Aa
#fbafbf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafbf on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow23.9%
Key (black)1.6%
Color previews
#fbafbf text on a black background
contrast 11.99:1
Card sample
#fbafbf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafbf;
Background color
Panel with #fbafbf background
background-color: #fbafbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafbf; background: linear-gradient(135deg, #fbafbf, #FBD2AF);