#fba8eb
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 168, 235
HSL
312°, 91%, 82%
CMYK
0, 33, 6, 2
Luminance
0.5451
Every format
| HEX | #fba8eb |
| RGB | rgb(251, 168, 235) |
| HSL | hsl(312, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 6%, 2%) |
| LAB | lab(78.8 40.4 -21.1) |
| LCH | lch(78.8 45.6 332.4) |
| OKLCH | oklch(0.833 0.129 333.8) |
Copy-ready code
/* CSS */
color: #fba8eb;
background-color: #fba8eb;
/* Tailwind (arbitrary) */
class="text-[#fba8eb] bg-[#fba8eb]"
/* SCSS */
$brand: #fba8eb;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.922)
/* Android */
Color.parseColor("#fba8eb")Accessibility — WCAG contrast
Aa
#fba8eb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba8eb on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow6.4%
Key (black)1.6%
Color previews
#fba8eb text on a black background
contrast 11.90:1
Card sample
#fba8eb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba8eb;
Background color
Panel with #fba8eb background
background-color: #fba8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba8eb; background: linear-gradient(135deg, #fba8eb, #FBA8B4);