#ffa3f5
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 163, 245
HSL
307°, 100%, 82%
CMYK
0, 36, 4, 0
Luminance
0.5405
Every format
| HEX | #ffa3f5 |
| RGB | rgb(255, 163, 245) |
| HSL | hsl(307, 100%, 82%) |
| CMYK | cmyk(0%, 36%, 4%, 0%) |
| LAB | lab(78.5 46.0 -26.9) |
| LCH | lch(78.5 53.3 329.7) |
| OKLCH | oklch(0.833 0.149 330.7) |
Copy-ready code
/* CSS */
color: #ffa3f5;
background-color: #ffa3f5;
/* Tailwind (arbitrary) */
class="text-[#ffa3f5] bg-[#ffa3f5]"
/* SCSS */
$brand: #ffa3f5;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.961)
/* Android */
Color.parseColor("#ffa3f5")Accessibility — WCAG contrast
Aa
#ffa3f5 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa3f5 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow3.9%
Key (black)0.0%
Color previews
#ffa3f5 text on a black background
contrast 11.81:1
Card sample
#ffa3f5 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa3f5;
Background color
Panel with #ffa3f5 background
background-color: #ffa3f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa3f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa3f5; background: linear-gradient(135deg, #ffa3f5, #FFA3B8);