#fbaec0
a light, electric red · warm · closest name: pink
RGB
251, 174, 192
HSL
346°, 91%, 83%
CMYK
0, 31, 24, 2
Luminance
0.5459
Every format
| HEX | #fbaec0 |
| RGB | rgb(251, 174, 192) |
| HSL | hsl(346, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 24%, 2%) |
| LAB | lab(78.8 30.6 2.3) |
| LCH | lch(78.8 30.7 4.2) |
| OKLCH | oklch(0.829 0.093 3.9) |
Copy-ready code
/* CSS */
color: #fbaec0;
background-color: #fbaec0;
/* Tailwind (arbitrary) */
class="text-[#fbaec0] bg-[#fbaec0]"
/* SCSS */
$brand: #fbaec0;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.753)
/* Android */
Color.parseColor("#fbaec0")Accessibility — WCAG contrast
Aa
#fbaec0 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaec0 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow23.5%
Key (black)1.6%
Color previews
#fbaec0 text on a black background
contrast 11.92:1
Card sample
#fbaec0 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaec0;
Background color
Panel with #fbaec0 background
background-color: #fbaec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaec0; background: linear-gradient(135deg, #fbaec0, #FBCFAE);