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