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