#fbafcf
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 175, 207
HSL
335°, 91%, 84%
CMYK
0, 30, 18, 2
Luminance
0.5567
Every format
| HEX | #fbafcf |
| RGB | rgb(251, 175, 207) |
| HSL | hsl(335, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 18%, 2%) |
| LAB | lab(79.4 32.3 -5.0) |
| LCH | lch(79.4 32.6 351.3) |
| OKLCH | oklch(0.835 0.097 352.5) |
Copy-ready code
/* CSS */
color: #fbafcf;
background-color: #fbafcf;
/* Tailwind (arbitrary) */
class="text-[#fbafcf] bg-[#fbafcf]"
/* SCSS */
$brand: #fbafcf;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#fbafcf")Accessibility — WCAG contrast
Aa
#fbafcf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafcf on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow17.5%
Key (black)1.6%
Color previews
#fbafcf text on a black background
contrast 12.13:1
Card sample
#fbafcf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafcf;
Background color
Panel with #fbafcf background
background-color: #fbafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafcf; background: linear-gradient(135deg, #fbafcf, #FBC2AF);