#f6a9da
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 169, 218
HSL
322°, 81%, 81%
CMYK
0, 31, 11, 4
Luminance
0.5303
Every format
| HEX | #f6a9da |
| RGB | rgb(246, 169, 218) |
| HSL | hsl(322, 81%, 81%) |
| CMYK | cmyk(0%, 31%, 11%, 4%) |
| LAB | lab(77.9 35.5 -13.3) |
| LCH | lch(77.9 37.9 339.5) |
| OKLCH | oklch(0.823 0.109 341.2) |
Copy-ready code
/* CSS */
color: #f6a9da;
background-color: #f6a9da;
/* Tailwind (arbitrary) */
class="text-[#f6a9da] bg-[#f6a9da]"
/* SCSS */
$brand: #f6a9da;
/* SwiftUI */
Color(red: 0.965, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#f6a9da")Accessibility — WCAG contrast
Aa
#f6a9da on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6a9da on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green66.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta31.3%
Yellow11.4%
Key (black)3.5%
Color previews
#f6a9da text on a black background
contrast 11.61:1
Card sample
#f6a9da text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6a9da;
Background color
Panel with #f6a9da background
background-color: #f6a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6a9da; background: linear-gradient(135deg, #f6a9da, #F6ABA9);