#fba4fe
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 164, 254
HSL
298°, 98%, 82%
CMYK
1, 35, 0, 0
Luminance
0.5422
Every format
| HEX | #fba4fe |
| RGB | rgb(251, 164, 254) |
| HSL | hsl(298, 98%, 82%) |
| CMYK | cmyk(1%, 35%, 0%, 0%) |
| LAB | lab(78.6 45.9 -31.6) |
| LCH | lch(78.6 55.7 325.4) |
| OKLCH | oklch(0.834 0.153 325.7) |
Copy-ready code
/* CSS */
color: #fba4fe;
background-color: #fba4fe;
/* Tailwind (arbitrary) */
class="text-[#fba4fe] bg-[#fba4fe]"
/* SCSS */
$brand: #fba4fe;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.996)
/* Android */
Color.parseColor("#fba4fe")Accessibility — WCAG contrast
Aa
#fba4fe on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba4fe on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue99.6%
CMYK percentages
Cyan1.2%
Magenta35.4%
Yellow0.0%
Key (black)0.4%
Color previews
#fba4fe text on a black background
contrast 11.84:1
Card sample
#fba4fe text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba4fe;
Background color
Panel with #fba4fe background
background-color: #fba4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba4fe; background: linear-gradient(135deg, #fba4fe, #FEA4C5);