#f9a8db
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 168, 219
HSL
322°, 87%, 82%
CMYK
0, 33, 12, 2
Luminance
0.5326
Every format
| HEX | #f9a8db |
| RGB | rgb(249, 168, 219) |
| HSL | hsl(322, 87%, 82%) |
| CMYK | cmyk(0%, 33%, 12%, 2%) |
| LAB | lab(78.0 37.1 -13.6) |
| LCH | lch(78.0 39.5 339.9) |
| OKLCH | oklch(0.825 0.114 341.7) |
Copy-ready code
/* CSS */
color: #f9a8db;
background-color: #f9a8db;
/* Tailwind (arbitrary) */
class="text-[#f9a8db] bg-[#f9a8db]"
/* SCSS */
$brand: #f9a8db;
/* SwiftUI */
Color(red: 0.976, green: 0.659, blue: 0.859)
/* Android */
Color.parseColor("#f9a8db")Accessibility — WCAG contrast
Aa
#f9a8db on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9a8db on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green65.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow12.0%
Key (black)2.4%
Color previews
#f9a8db text on a black background
contrast 11.65:1
Card sample
#f9a8db text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9a8db;
Background color
Panel with #f9a8db background
background-color: #f9a8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9a8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 168, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 168, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9a8db; background: linear-gradient(135deg, #f9a8db, #F9ABA8);