#fbaeb8
a light, electric red · warm · closest name: pink
RGB
251, 174, 184
HSL
352°, 91%, 83%
CMYK
0, 31, 27, 2
Luminance
0.5424
Every format
| HEX | #fbaeb8 |
| RGB | rgb(251, 174, 184) |
| HSL | hsl(352, 91%, 83%) |
| CMYK | cmyk(0%, 31%, 27%, 2%) |
| LAB | lab(78.6 29.5 6.3) |
| LCH | lch(78.6 30.2 12.1) |
| OKLCH | oklch(0.827 0.091 10.7) |
Copy-ready code
/* CSS */
color: #fbaeb8;
background-color: #fbaeb8;
/* Tailwind (arbitrary) */
class="text-[#fbaeb8] bg-[#fbaeb8]"
/* SCSS */
$brand: #fbaeb8;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 0.722)
/* Android */
Color.parseColor("#fbaeb8")Accessibility — WCAG contrast
Aa
#fbaeb8 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaeb8 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow26.7%
Key (black)1.6%
Color previews
#fbaeb8 text on a black background
contrast 11.85:1
Card sample
#fbaeb8 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaeb8;
Background color
Panel with #fbaeb8 background
background-color: #fbaeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaeb8; background: linear-gradient(135deg, #fbaeb8, #FBD7AE);