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