#fbcdf6
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 205, 246
HSL
307°, 85%, 89%
CMYK
0, 18, 2, 2
Luminance
0.7083
Every format
| HEX | #fbcdf6 |
| RGB | rgb(251, 205, 246) |
| HSL | hsl(307, 85%, 89%) |
| CMYK | cmyk(0%, 18%, 2%, 2%) |
| LAB | lab(87.4 22.9 -14.0) |
| LCH | lch(87.4 26.9 328.6) |
| OKLCH | oklch(0.900 0.074 329.8) |
Copy-ready code
/* CSS */
color: #fbcdf6;
background-color: #fbcdf6;
/* Tailwind (arbitrary) */
class="text-[#fbcdf6] bg-[#fbcdf6]"
/* SCSS */
$brand: #fbcdf6;
/* SwiftUI */
Color(red: 0.984, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#fbcdf6")Accessibility — WCAG contrast
Aa
#fbcdf6 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcdf6 on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.4%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow2.0%
Key (black)1.6%
Color previews
#fbcdf6 text on a black background
contrast 15.17:1
Card sample
#fbcdf6 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcdf6;
Background color
Panel with #fbcdf6 background
background-color: #fbcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcdf6; background: linear-gradient(135deg, #fbcdf6, #FBCDD7);