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