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