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