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