#f6aaff
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 170, 255
HSL
294°, 100%, 83%
CMYK
4, 33, 0, 0
Luminance
0.5556
Every format
| HEX | #f6aaff |
| RGB | rgb(246, 170, 255) |
| HSL | hsl(294, 100%, 83%) |
| CMYK | cmyk(4%, 33%, 0%, 0%) |
| LAB | lab(79.4 41.4 -31.0) |
| LCH | lch(79.4 51.7 323.2) |
| OKLCH | oklch(0.839 0.141 323.0) |
Copy-ready code
/* CSS */
color: #f6aaff;
background-color: #f6aaff;
/* Tailwind (arbitrary) */
class="text-[#f6aaff] bg-[#f6aaff]"
/* SCSS */
$brand: #f6aaff;
/* SwiftUI */
Color(red: 0.965, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#f6aaff")Accessibility — WCAG contrast
Aa
#f6aaff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6aaff on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green66.7%
Blue100.0%
CMYK percentages
Cyan3.5%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f6aaff text on a black background
contrast 12.11:1
Card sample
#f6aaff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6aaff;
Background color
Panel with #f6aaff background
background-color: #f6aaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6aaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6aaff; background: linear-gradient(135deg, #f6aaff, #FFAACF);