#f9afee
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 175, 238
HSL
309°, 86%, 83%
CMYK
0, 30, 4, 2
Luminance
0.5697
Every format
| HEX | #f9afee |
| RGB | rgb(249, 175, 238) |
| HSL | hsl(309, 86%, 83%) |
| CMYK | cmyk(0%, 30%, 4%, 2%) |
| LAB | lab(80.2 36.7 -20.6) |
| LCH | lch(80.2 42.1 330.6) |
| OKLCH | oklch(0.844 0.118 331.9) |
Copy-ready code
/* CSS */
color: #f9afee;
background-color: #f9afee;
/* Tailwind (arbitrary) */
class="text-[#f9afee] bg-[#f9afee]"
/* SCSS */
$brand: #f9afee;
/* SwiftUI */
Color(red: 0.976, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#f9afee")Accessibility — WCAG contrast
Aa
#f9afee on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9afee on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow4.4%
Key (black)2.4%
Color previews
#f9afee text on a black background
contrast 12.39:1
Card sample
#f9afee text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9afee;
Background color
Panel with #f9afee background
background-color: #f9afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9afee; background: linear-gradient(135deg, #f9afee, #F9AFBD);