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