#fbafea
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 175, 234
HSL
313°, 91%, 84%
CMYK
0, 30, 7, 2
Luminance
0.5711
Every format
| HEX | #fbafea |
| RGB | rgb(251, 175, 234) |
| HSL | hsl(313, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 7%, 2%) |
| LAB | lab(80.2 36.6 -18.3) |
| LCH | lch(80.2 41.0 333.4) |
| OKLCH | oklch(0.844 0.116 334.9) |
Copy-ready code
/* CSS */
color: #fbafea;
background-color: #fbafea;
/* Tailwind (arbitrary) */
class="text-[#fbafea] bg-[#fbafea]"
/* SCSS */
$brand: #fbafea;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.918)
/* Android */
Color.parseColor("#fbafea")Accessibility — WCAG contrast
Aa
#fbafea on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafea on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow6.8%
Key (black)1.6%
Color previews
#fbafea text on a black background
contrast 12.42:1
Card sample
#fbafea text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafea;
Background color
Panel with #fbafea background
background-color: #fbafea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafea; background: linear-gradient(135deg, #fbafea, #FBAFB7);