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