#fba4fc
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 164, 252
HSL
299°, 94%, 82%
CMYK
0, 35, 0, 1
Luminance
0.5409
Every format
| HEX | #fba4fc |
| RGB | rgb(251, 164, 252) |
| HSL | hsl(299, 94%, 82%) |
| CMYK | cmyk(0%, 35%, 0%, 1%) |
| LAB | lab(78.5 45.5 -30.7) |
| LCH | lch(78.5 54.9 326.0) |
| OKLCH | oklch(0.833 0.151 326.4) |
Copy-ready code
/* CSS */
color: #fba4fc;
background-color: #fba4fc;
/* Tailwind (arbitrary) */
class="text-[#fba4fc] bg-[#fba4fc]"
/* SCSS */
$brand: #fba4fc;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.988)
/* Android */
Color.parseColor("#fba4fc")Accessibility — WCAG contrast
Aa
#fba4fc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba4fc on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta34.9%
Yellow0.0%
Key (black)1.2%
Color previews
#fba4fc text on a black background
contrast 11.82:1
Card sample
#fba4fc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba4fc;
Background color
Panel with #fba4fc background
background-color: #fba4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba4fc; background: linear-gradient(135deg, #fba4fc, #FCA4C2);