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