#ffa9fc
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 169, 252
HSL
302°, 100%, 83%
CMYK
0, 34, 1, 0
Luminance
0.5666
Every format
| HEX | #ffa9fc |
| RGB | rgb(255, 169, 252) |
| HSL | hsl(302, 100%, 83%) |
| CMYK | cmyk(0%, 34%, 1%, 0%) |
| LAB | lab(80.0 44.1 -28.4) |
| LCH | lch(80.0 52.5 327.3) |
| OKLCH | oklch(0.845 0.145 328.0) |
Copy-ready code
/* CSS */
color: #ffa9fc;
background-color: #ffa9fc;
/* Tailwind (arbitrary) */
class="text-[#ffa9fc] bg-[#ffa9fc]"
/* SCSS */
$brand: #ffa9fc;
/* SwiftUI */
Color(red: 1.000, green: 0.663, blue: 0.988)
/* Android */
Color.parseColor("#ffa9fc")Accessibility — WCAG contrast
Aa
#ffa9fc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa9fc on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow1.2%
Key (black)0.0%
Color previews
#ffa9fc text on a black background
contrast 12.33:1
Card sample
#ffa9fc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa9fc;
Background color
Panel with #ffa9fc background
background-color: #ffa9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 169, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 169, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa9fc; background: linear-gradient(135deg, #ffa9fc, #FFA9C3);