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