#fbc4ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 196, 255
HSL
296°, 100%, 88%
CMYK
2, 23, 0, 0
Luminance
0.6721
Every format
| HEX | #fbc4ff |
| RGB | rgb(251, 196, 255) |
| HSL | hsl(296, 100%, 88%) |
| CMYK | cmyk(2%, 23%, 0%, 0%) |
| LAB | lab(85.6 29.3 -21.4) |
| LCH | lch(85.6 36.3 323.8) |
| OKLCH | oklch(0.887 0.099 324.1) |
Copy-ready code
/* CSS */
color: #fbc4ff;
background-color: #fbc4ff;
/* Tailwind (arbitrary) */
class="text-[#fbc4ff] bg-[#fbc4ff]"
/* SCSS */
$brand: #fbc4ff;
/* SwiftUI */
Color(red: 0.984, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#fbc4ff")Accessibility — WCAG contrast
Aa
#fbc4ff on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc4ff on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.9%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#fbc4ff text on a black background
contrast 14.44:1
Card sample
#fbc4ff text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc4ff;
Background color
Panel with #fbc4ff background
background-color: #fbc4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc4ff; background: linear-gradient(135deg, #fbc4ff, #FFC4DC);