#f9adef
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 173, 239
HSL
308°, 86%, 83%
CMYK
0, 31, 4, 2
Luminance
0.5626
Every format
| HEX | #f9adef |
| RGB | rgb(249, 173, 239) |
| HSL | hsl(308, 86%, 83%) |
| CMYK | cmyk(0%, 31%, 4%, 2%) |
| LAB | lab(79.8 37.9 -21.8) |
| LCH | lch(79.8 43.7 330.1) |
| OKLCH | oklch(0.841 0.122 331.3) |
Copy-ready code
/* CSS */
color: #f9adef;
background-color: #f9adef;
/* Tailwind (arbitrary) */
class="text-[#f9adef] bg-[#f9adef]"
/* SCSS */
$brand: #f9adef;
/* SwiftUI */
Color(red: 0.976, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#f9adef")Accessibility — WCAG contrast
Aa
#f9adef on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9adef on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green67.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow4.0%
Key (black)2.4%
Color previews
#f9adef text on a black background
contrast 12.25:1
Card sample
#f9adef text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9adef;
Background color
Panel with #f9adef background
background-color: #f9adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9adef; background: linear-gradient(135deg, #f9adef, #F9ADBC);