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