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