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