#fbafa2
a light, electric red · warm · closest name: pink
RGB
251, 175, 162
HSL
9°, 92%, 81%
CMYK
0, 30, 36, 2
Luminance
0.5378
Every format
| HEX | #fbafa2 |
| RGB | rgb(251, 175, 162) |
| HSL | hsl(9, 92%, 81%) |
| CMYK | cmyk(0%, 30%, 36%, 2%) |
| LAB | lab(78.3 26.2 17.9) |
| LCH | lch(78.3 31.7 34.3) |
| OKLCH | oklch(0.823 0.092 29.9) |
Copy-ready code
/* CSS */
color: #fbafa2;
background-color: #fbafa2;
/* Tailwind (arbitrary) */
class="text-[#fbafa2] bg-[#fbafa2]"
/* SCSS */
$brand: #fbafa2;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.635)
/* Android */
Color.parseColor("#fbafa2")Accessibility — WCAG contrast
Aa
#fbafa2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafa2 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow35.5%
Key (black)1.6%
Color previews
#fbafa2 text on a black background
contrast 11.76:1
Card sample
#fbafa2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafa2;
Background color
Panel with #fbafa2 background
background-color: #fbafa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafa2; background: linear-gradient(135deg, #fbafa2, #FBEAA2);