#fbd2ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 210, 255
HSL
295°, 100%, 91%
CMYK
2, 18, 0, 0
Luminance
0.7382
Every format
| HEX | #fbd2ff |
| RGB | rgb(251, 210, 255) |
| HSL | hsl(295, 100%, 91%) |
| CMYK | cmyk(2%, 18%, 0%, 0%) |
| LAB | lab(88.8 21.9 -16.6) |
| LCH | lch(88.8 27.5 322.9) |
| OKLCH | oklch(0.912 0.074 323.3) |
Copy-ready code
/* CSS */
color: #fbd2ff;
background-color: #fbd2ff;
/* Tailwind (arbitrary) */
class="text-[#fbd2ff] bg-[#fbd2ff]"
/* SCSS */
$brand: #fbd2ff;
/* SwiftUI */
Color(red: 0.984, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#fbd2ff")Accessibility — WCAG contrast
Aa
#fbd2ff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd2ff on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green82.4%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#fbd2ff text on a black background
contrast 15.76:1
Card sample
#fbd2ff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd2ff;
Background color
Panel with #fbd2ff background
background-color: #fbd2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd2ff; background: linear-gradient(135deg, #fbd2ff, #FFD2E5);