#fbaffd
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 175, 253
HSL
299°, 95%, 84%
CMYK
1, 31, 0, 1
Luminance
0.5826
Every format
| HEX | #fbaffd |
| RGB | rgb(251, 175, 253) |
| HSL | hsl(299, 95%, 84%) |
| CMYK | cmyk(1%, 31%, 0%, 1%) |
| LAB | lab(80.9 40.0 -27.6) |
| LCH | lch(80.9 48.5 325.4) |
| OKLCH | oklch(0.851 0.133 325.8) |
Copy-ready code
/* CSS */
color: #fbaffd;
background-color: #fbaffd;
/* Tailwind (arbitrary) */
class="text-[#fbaffd] bg-[#fbaffd]"
/* SCSS */
$brand: #fbaffd;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#fbaffd")Accessibility — WCAG contrast
Aa
#fbaffd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaffd on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#fbaffd text on a black background
contrast 12.65:1
Card sample
#fbaffd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaffd;
Background color
Panel with #fbaffd background
background-color: #fbaffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaffd; background: linear-gradient(135deg, #fbaffd, #FDAFCB);