#ffa3f9
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 163, 249
HSL
304°, 100%, 82%
CMYK
0, 36, 2, 0
Luminance
0.5429
Every format
| HEX | #ffa3f9 |
| RGB | rgb(255, 163, 249) |
| HSL | hsl(304, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 2%, 0%) |
| LAB | lab(78.6 46.7 -28.8) |
| LCH | lch(78.6 54.9 328.3) |
| OKLCH | oklch(0.835 0.152 329.1) |
Copy-ready code
/* CSS */
color: #ffa3f9;
background-color: #ffa3f9;
/* Tailwind (arbitrary) */
class="text-[#ffa3f9] bg-[#ffa3f9]"
/* SCSS */
$brand: #ffa3f9;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.976)
/* Android */
Color.parseColor("#ffa3f9")Accessibility — WCAG contrast
Aa
#ffa3f9 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3f9 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow2.4%
Key (black)0.0%
Color previews
#ffa3f9 text on a black background
contrast 11.86:1
Card sample
#ffa3f9 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3f9;
Background color
Panel with #ffa3f9 background
background-color: #ffa3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3f9; background: linear-gradient(135deg, #ffa3f9, #FFA3BC);