#fbafd3
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 175, 211
HSL
332°, 91%, 84%
CMYK
0, 30, 16, 2
Luminance
0.5587
Every format
| HEX | #fbafd3 |
| RGB | rgb(251, 175, 211) |
| HSL | hsl(332, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 16%, 2%) |
| LAB | lab(79.5 32.9 -7.0) |
| LCH | lch(79.5 33.6 348.0) |
| OKLCH | oklch(0.836 0.099 349.5) |
Copy-ready code
/* CSS */
color: #fbafd3;
background-color: #fbafd3;
/* Tailwind (arbitrary) */
class="text-[#fbafd3] bg-[#fbafd3]"
/* SCSS */
$brand: #fbafd3;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#fbafd3")Accessibility — WCAG contrast
Aa
#fbafd3 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafd3 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow15.9%
Key (black)1.6%
Color previews
#fbafd3 text on a black background
contrast 12.17:1
Card sample
#fbafd3 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafd3;
Background color
Panel with #fbafd3 background
background-color: #fbafd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafd3; background: linear-gradient(135deg, #fbafd3, #FBBEAF);