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