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