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