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