#fbc6df
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 198, 223
HSL
332°, 87%, 88%
CMYK
0, 21, 11, 2
Luminance
0.6623
Every format
| HEX | #fbc6df |
| RGB | rgb(251, 198, 223) |
| HSL | hsl(332, 87%, 88%) |
| CMYK | cmyk(0%, 21%, 11%, 2%) |
| LAB | lab(85.1 22.7 -5.2) |
| LCH | lch(85.1 23.3 347.2) |
| OKLCH | oklch(0.880 0.068 348.6) |
Copy-ready code
/* CSS */
color: #fbc6df;
background-color: #fbc6df;
/* Tailwind (arbitrary) */
class="text-[#fbc6df] bg-[#fbc6df]"
/* SCSS */
$brand: #fbc6df;
/* SwiftUI */
Color(red: 0.984, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#fbc6df")Accessibility — WCAG contrast
Aa
#fbc6df on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc6df on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow11.2%
Key (black)1.6%
Color previews
#fbc6df text on a black background
contrast 14.25:1
Card sample
#fbc6df text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc6df;
Background color
Panel with #fbc6df background
background-color: #fbc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc6df; background: linear-gradient(135deg, #fbc6df, #FBD0C6);