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