#fba5eb
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 165, 235
HSL
311°, 92%, 82%
CMYK
0, 34, 6, 2
Luminance
0.5342
Every format
| HEX | #fba5eb |
| RGB | rgb(251, 165, 235) |
| HSL | hsl(311, 92%, 82%) |
| CMYK | cmyk(0%, 34%, 6%, 2%) |
| LAB | lab(78.1 42.0 -22.1) |
| LCH | lch(78.1 47.5 332.3) |
| OKLCH | oklch(0.828 0.134 333.7) |
Copy-ready code
/* CSS */
color: #fba5eb;
background-color: #fba5eb;
/* Tailwind (arbitrary) */
class="text-[#fba5eb] bg-[#fba5eb]"
/* SCSS */
$brand: #fba5eb;
/* SwiftUI */
Color(red: 0.984, green: 0.647, blue: 0.922)
/* Android */
Color.parseColor("#fba5eb")Accessibility — WCAG contrast
Aa
#fba5eb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba5eb on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow6.4%
Key (black)1.6%
Color previews
#fba5eb text on a black background
contrast 11.68:1
Card sample
#fba5eb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba5eb;
Background color
Panel with #fba5eb background
background-color: #fba5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 165, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 165, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba5eb; background: linear-gradient(135deg, #fba5eb, #FBA5B2);