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