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