#f9adeb
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 173, 235
HSL
311°, 86%, 83%
CMYK
0, 31, 6, 2
Luminance
0.5603
Every format
| HEX | #f9adeb |
| RGB | rgb(249, 173, 235) |
| HSL | hsl(311, 86%, 83%) |
| CMYK | cmyk(0%, 31%, 6%, 2%) |
| LAB | lab(79.6 37.2 -19.8) |
| LCH | lch(79.6 42.1 331.9) |
| OKLCH | oklch(0.839 0.118 333.3) |
Copy-ready code
/* CSS */
color: #f9adeb;
background-color: #f9adeb;
/* Tailwind (arbitrary) */
class="text-[#f9adeb] bg-[#f9adeb]"
/* SCSS */
$brand: #f9adeb;
/* SwiftUI */
Color(red: 0.976, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#f9adeb")Accessibility — WCAG contrast
Aa
#f9adeb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9adeb on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green67.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow5.6%
Key (black)2.4%
Color previews
#f9adeb text on a black background
contrast 12.21:1
Card sample
#f9adeb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9adeb;
Background color
Panel with #f9adeb background
background-color: #f9adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9adeb; background: linear-gradient(135deg, #f9adeb, #F9ADB8);