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