#f9aeff
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 174, 255
HSL
296°, 100%, 84%
CMYK
2, 32, 0, 0
Luminance
0.5763
Every format
| HEX | #f9aeff |
| RGB | rgb(249, 174, 255) |
| HSL | hsl(296, 100%, 84%) |
| CMYK | cmyk(2%, 32%, 0%, 0%) |
| LAB | lab(80.5 40.2 -29.2) |
| LCH | lch(80.5 49.7 324.0) |
| OKLCH | oklch(0.848 0.136 324.1) |
Copy-ready code
/* CSS */
color: #f9aeff;
background-color: #f9aeff;
/* Tailwind (arbitrary) */
class="text-[#f9aeff] bg-[#f9aeff]"
/* SCSS */
$brand: #f9aeff;
/* SwiftUI */
Color(red: 0.976, green: 0.682, blue: 1.000)
/* Android */
Color.parseColor("#f9aeff")Accessibility — WCAG contrast
Aa
#f9aeff on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9aeff on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.2%
Blue100.0%
CMYK percentages
Cyan2.4%
Magenta31.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f9aeff text on a black background
contrast 12.53:1
Card sample
#f9aeff text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9aeff;
Background color
Panel with #f9aeff background
background-color: #f9aeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9aeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 174, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 174, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9aeff; background: linear-gradient(135deg, #f9aeff, #FFAECF);