#fba2fc
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 162, 252
HSL
299°, 94%, 81%
CMYK
0, 36, 0, 1
Luminance
0.5338
Every format
| HEX | #fba2fc |
| RGB | rgb(251, 162, 252) |
| HSL | hsl(299, 94%, 81%) |
| CMYK | cmyk(0%, 36%, 0%, 1%) |
| LAB | lab(78.1 46.5 -31.3) |
| LCH | lch(78.1 56.1 326.1) |
| OKLCH | oklch(0.830 0.154 326.5) |
Copy-ready code
/* CSS */
color: #fba2fc;
background-color: #fba2fc;
/* Tailwind (arbitrary) */
class="text-[#fba2fc] bg-[#fba2fc]"
/* SCSS */
$brand: #fba2fc;
/* SwiftUI */
Color(red: 0.984, green: 0.635, blue: 0.988)
/* Android */
Color.parseColor("#fba2fc")Accessibility — WCAG contrast
Aa
#fba2fc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba2fc on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.5%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta35.7%
Yellow0.0%
Key (black)1.2%
Color previews
#fba2fc text on a black background
contrast 11.68:1
Card sample
#fba2fc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba2fc;
Background color
Panel with #fba2fc background
background-color: #fba2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 162, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 162, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba2fc; background: linear-gradient(135deg, #fba2fc, #FCA2C1);