#fbafaa
a light, electric red · warm · closest name: pink
RGB
251, 175, 170
HSL
4°, 91%, 83%
CMYK
0, 30, 32, 2
Luminance
0.5407
Every format
| HEX | #fbafaa |
| RGB | rgb(251, 175, 170) |
| HSL | hsl(4, 91%, 83%) |
| CMYK | cmyk(0%, 30%, 32%, 2%) |
| LAB | lab(78.5 27.1 13.8) |
| LCH | lch(78.5 30.4 26.9) |
| OKLCH | oklch(0.825 0.090 23.4) |
Copy-ready code
/* CSS */
color: #fbafaa;
background-color: #fbafaa;
/* Tailwind (arbitrary) */
class="text-[#fbafaa] bg-[#fbafaa]"
/* SCSS */
$brand: #fbafaa;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.667)
/* Android */
Color.parseColor("#fbafaa")Accessibility — WCAG contrast
Aa
#fbafaa on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafaa on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow32.3%
Key (black)1.6%
Color previews
#fbafaa text on a black background
contrast 11.81:1
Card sample
#fbafaa text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafaa;
Background color
Panel with #fbafaa background
background-color: #fbafaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafaa; background: linear-gradient(135deg, #fbafaa, #FBE5AA);