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