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