#fbc8ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 200, 255
HSL
296°, 100%, 89%
CMYK
2, 22, 0, 0
Luminance
0.6904
Every format
| HEX | #fbc8ff |
| RGB | rgb(251, 200, 255) |
| HSL | hsl(296, 100%, 89%) |
| CMYK | cmyk(2%, 22%, 0%, 0%) |
| LAB | lab(86.5 27.2 -20.1) |
| LCH | lch(86.5 33.8 323.6) |
| OKLCH | oklch(0.894 0.092 323.9) |
Copy-ready code
/* CSS */
color: #fbc8ff;
background-color: #fbc8ff;
/* Tailwind (arbitrary) */
class="text-[#fbc8ff] bg-[#fbc8ff]"
/* SCSS */
$brand: #fbc8ff;
/* SwiftUI */
Color(red: 0.984, green: 0.784, blue: 1.000)
/* Android */
Color.parseColor("#fbc8ff")Accessibility — WCAG contrast
Aa
#fbc8ff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc8ff on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.4%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta21.6%
Yellow0.0%
Key (black)0.0%
Color previews
#fbc8ff text on a black background
contrast 14.81:1
Card sample
#fbc8ff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc8ff;
Background color
Panel with #fbc8ff background
background-color: #fbc8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 200, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 200, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc8ff; background: linear-gradient(135deg, #fbc8ff, #FFC8DE);