#fbafbc
a light, electric red · warm · closest name: pink
RGB
251, 175, 188
HSL
350°, 91%, 84%
CMYK
0, 30, 25, 2
Luminance
0.5480
Every format
| HEX | #fbafbc |
| RGB | rgb(251, 175, 188) |
| HSL | hsl(350, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 25%, 2%) |
| LAB | lab(78.9 29.5 4.6) |
| LCH | lch(78.9 29.9 8.9) |
| OKLCH | oklch(0.830 0.090 7.9) |
Copy-ready code
/* CSS */
color: #fbafbc;
background-color: #fbafbc;
/* Tailwind (arbitrary) */
class="text-[#fbafbc] bg-[#fbafbc]"
/* SCSS */
$brand: #fbafbc;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#fbafbc")Accessibility — WCAG contrast
Aa
#fbafbc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafbc on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow25.1%
Key (black)1.6%
Color previews
#fbafbc text on a black background
contrast 11.96:1
Card sample
#fbafbc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafbc;
Background color
Panel with #fbafbc background
background-color: #fbafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafbc; background: linear-gradient(135deg, #fbafbc, #FBD5AF);