#fba3fd
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 163, 253
HSL
299°, 96%, 82%
CMYK
1, 36, 0, 1
Luminance
0.5380
Every format
| HEX | #fba3fd |
| RGB | rgb(251, 163, 253) |
| HSL | hsl(299, 96%, 82%) |
| CMYK | cmyk(1%, 36%, 0%, 1%) |
| LAB | lab(78.3 46.2 -31.5) |
| LCH | lch(78.3 55.9 325.7) |
| OKLCH | oklch(0.832 0.153 326.1) |
Copy-ready code
/* CSS */
color: #fba3fd;
background-color: #fba3fd;
/* Tailwind (arbitrary) */
class="text-[#fba3fd] bg-[#fba3fd]"
/* SCSS */
$brand: #fba3fd;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.992)
/* Android */
Color.parseColor("#fba3fd")Accessibility — WCAG contrast
Aa
#fba3fd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3fd on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta35.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fba3fd text on a black background
contrast 11.76:1
Card sample
#fba3fd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3fd;
Background color
Panel with #fba3fd background
background-color: #fba3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3fd; background: linear-gradient(135deg, #fba3fd, #FDA3C3);