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