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