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