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