#fbcdf9
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 205, 249
HSL
303°, 85%, 89%
CMYK
0, 18, 1, 2
Luminance
0.7101
Every format
| HEX | #fbcdf9 |
| RGB | rgb(251, 205, 249) |
| HSL | hsl(303, 85%, 89%) |
| CMYK | cmyk(0%, 18%, 1%, 2%) |
| LAB | lab(87.5 23.4 -15.4) |
| LCH | lch(87.5 28.1 326.7) |
| OKLCH | oklch(0.901 0.077 327.6) |
Copy-ready code
/* CSS */
color: #fbcdf9;
background-color: #fbcdf9;
/* Tailwind (arbitrary) */
class="text-[#fbcdf9] bg-[#fbcdf9]"
/* SCSS */
$brand: #fbcdf9;
/* SwiftUI */
Color(red: 0.984, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#fbcdf9")Accessibility — WCAG contrast
Aa
#fbcdf9 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcdf9 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.4%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow0.8%
Key (black)1.6%
Color previews
#fbcdf9 text on a black background
contrast 15.20:1
Card sample
#fbcdf9 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcdf9;
Background color
Panel with #fbcdf9 background
background-color: #fbcdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcdf9; background: linear-gradient(135deg, #fbcdf9, #FBCDDA);