#fbc9db
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 201, 219
HSL
338°, 86%, 89%
CMYK
0, 20, 13, 2
Luminance
0.6740
Every format
| HEX | #fbc9db |
| RGB | rgb(251, 201, 219) |
| HSL | hsl(338, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 13%, 2%) |
| LAB | lab(85.7 20.5 -2.2) |
| LCH | lch(85.7 20.6 353.9) |
| OKLCH | oklch(0.885 0.061 354.9) |
Copy-ready code
/* CSS */
color: #fbc9db;
background-color: #fbc9db;
/* Tailwind (arbitrary) */
class="text-[#fbc9db] bg-[#fbc9db]"
/* SCSS */
$brand: #fbc9db;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.859)
/* Android */
Color.parseColor("#fbc9db")Accessibility — WCAG contrast
Aa
#fbc9db on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9db on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow12.7%
Key (black)1.6%
Color previews
#fbc9db text on a black background
contrast 14.48:1
Card sample
#fbc9db text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9db;
Background color
Panel with #fbc9db background
background-color: #fbc9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9db; background: linear-gradient(135deg, #fbc9db, #FBD8C9);