#fba3ae
a light, electric red · warm · closest name: pink
RGB
251, 163, 174
HSL
353°, 92%, 81%
CMYK
0, 35, 31, 2
Luminance
0.4976
Every format
| HEX | #fba3ae |
| RGB | rgb(251, 163, 174) |
| HSL | hsl(353, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 31%, 2%) |
| LAB | lab(75.9 33.9 7.9) |
| LCH | lch(75.9 34.9 13.2) |
| OKLCH | oklch(0.805 0.105 11.5) |
Copy-ready code
/* CSS */
color: #fba3ae;
background-color: #fba3ae;
/* Tailwind (arbitrary) */
class="text-[#fba3ae] bg-[#fba3ae]"
/* SCSS */
$brand: #fba3ae;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.682)
/* Android */
Color.parseColor("#fba3ae")Accessibility — WCAG contrast
Aa
#fba3ae on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3ae on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow30.7%
Key (black)1.6%
Color previews
#fba3ae text on a black background
contrast 10.95:1
Card sample
#fba3ae text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3ae;
Background color
Panel with #fba3ae background
background-color: #fba3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3ae; background: linear-gradient(135deg, #fba3ae, #FBD3A3);