#fbcdf3
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 205, 243
HSL
310°, 85%, 89%
CMYK
0, 18, 3, 2
Luminance
0.7064
Every format
| HEX | #fbcdf3 |
| RGB | rgb(251, 205, 243) |
| HSL | hsl(310, 85%, 89%) |
| CMYK | cmyk(0%, 18%, 3%, 2%) |
| LAB | lab(87.3 22.4 -12.5) |
| LCH | lch(87.3 25.7 330.8) |
| OKLCH | oklch(0.899 0.071 332.1) |
Copy-ready code
/* CSS */
color: #fbcdf3;
background-color: #fbcdf3;
/* Tailwind (arbitrary) */
class="text-[#fbcdf3] bg-[#fbcdf3]"
/* SCSS */
$brand: #fbcdf3;
/* SwiftUI */
Color(red: 0.984, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#fbcdf3")Accessibility — WCAG contrast
Aa
#fbcdf3 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcdf3 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.4%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow3.2%
Key (black)1.6%
Color previews
#fbcdf3 text on a black background
contrast 15.13:1
Card sample
#fbcdf3 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcdf3;
Background color
Panel with #fbcdf3 background
background-color: #fbcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcdf3; background: linear-gradient(135deg, #fbcdf3, #FBCDD4);