#fbaeff
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 174, 255
HSL
297°, 100%, 84%
CMYK
2, 32, 0, 0
Luminance
0.5800
Every format
| HEX | #fbaeff |
| RGB | rgb(251, 174, 255) |
| HSL | hsl(297, 100%, 84%) |
| CMYK | cmyk(2%, 32%, 0%, 0%) |
| LAB | lab(80.7 40.8 -28.9) |
| LCH | lch(80.7 50.0 324.8) |
| OKLCH | oklch(0.850 0.137 325.0) |
Copy-ready code
/* CSS */
color: #fbaeff;
background-color: #fbaeff;
/* Tailwind (arbitrary) */
class="text-[#fbaeff] bg-[#fbaeff]"
/* SCSS */
$brand: #fbaeff;
/* SwiftUI */
Color(red: 0.984, green: 0.682, blue: 1.000)
/* Android */
Color.parseColor("#fbaeff")Accessibility — WCAG contrast
Aa
#fbaeff on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaeff on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.2%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta31.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fbaeff text on a black background
contrast 12.60:1
Card sample
#fbaeff text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaeff;
Background color
Panel with #fbaeff background
background-color: #fbaeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 174, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 174, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaeff; background: linear-gradient(135deg, #fbaeff, #FFAECD);