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