#fbacaf
a light, electric red · warm · closest name: pink
RGB
251, 172, 175
HSL
358°, 91%, 83%
CMYK
0, 32, 30, 2
Luminance
0.5311
Every format
| HEX | #fbacaf |
| RGB | rgb(251, 172, 175) |
| HSL | hsl(358, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 30%, 2%) |
| LAB | lab(77.9 29.4 10.3) |
| LCH | lch(77.9 31.1 19.3) |
| OKLCH | oklch(0.821 0.093 16.8) |
Copy-ready code
/* CSS */
color: #fbacaf;
background-color: #fbacaf;
/* Tailwind (arbitrary) */
class="text-[#fbacaf] bg-[#fbacaf]"
/* SCSS */
$brand: #fbacaf;
/* SwiftUI */
Color(red: 0.984, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#fbacaf")Accessibility — WCAG contrast
Aa
#fbacaf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbacaf on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow30.3%
Key (black)1.6%
Color previews
#fbacaf text on a black background
contrast 11.62:1
Card sample
#fbacaf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbacaf;
Background color
Panel with #fbacaf background
background-color: #fbacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbacaf; background: linear-gradient(135deg, #fbacaf, #FBDEAC);