#f4a9ff
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 169, 255
HSL
292°, 100%, 83%
CMYK
4, 34, 0, 0
Luminance
0.5483
Every format
| HEX | #f4a9ff |
| RGB | rgb(244, 169, 255) |
| HSL | hsl(292, 100%, 83%) |
| CMYK | cmyk(4%, 34%, 0%, 0%) |
| LAB | lab(78.9 41.3 -31.7) |
| LCH | lch(78.9 52.1 322.5) |
| OKLCH | oklch(0.835 0.141 322.2) |
Copy-ready code
/* CSS */
color: #f4a9ff;
background-color: #f4a9ff;
/* Tailwind (arbitrary) */
class="text-[#f4a9ff] bg-[#f4a9ff]"
/* SCSS */
$brand: #f4a9ff;
/* SwiftUI */
Color(red: 0.957, green: 0.663, blue: 1.000)
/* Android */
Color.parseColor("#f4a9ff")Accessibility — WCAG contrast
Aa
#f4a9ff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4a9ff on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green66.3%
Blue100.0%
CMYK percentages
Cyan4.3%
Magenta33.7%
Yellow0.0%
Key (black)0.0%
Color previews
#f4a9ff text on a black background
contrast 11.97:1
Card sample
#f4a9ff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4a9ff;
Background color
Panel with #f4a9ff background
background-color: #f4a9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4a9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 169, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 169, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4a9ff; background: linear-gradient(135deg, #f4a9ff, #FFA9D1);