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