#f8adee
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 173, 238
HSL
308°, 84%, 83%
CMYK
0, 30, 4, 3
Luminance
0.5602
Every format
| HEX | #f8adee |
| RGB | rgb(248, 173, 238) |
| HSL | hsl(308, 84%, 83%) |
| CMYK | cmyk(0%, 30%, 4%, 3%) |
| LAB | lab(79.6 37.4 -21.5) |
| LCH | lch(79.6 43.1 330.1) |
| OKLCH | oklch(0.839 0.120 331.3) |
Copy-ready code
/* CSS */
color: #f8adee;
background-color: #f8adee;
/* Tailwind (arbitrary) */
class="text-[#f8adee] bg-[#f8adee]"
/* SCSS */
$brand: #f8adee;
/* SwiftUI */
Color(red: 0.973, green: 0.678, blue: 0.933)
/* Android */
Color.parseColor("#f8adee")Accessibility — WCAG contrast
Aa
#f8adee on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8adee on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green67.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow4.0%
Key (black)2.7%
Color previews
#f8adee text on a black background
contrast 12.20:1
Card sample
#f8adee text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8adee;
Background color
Panel with #f8adee background
background-color: #f8adee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8adee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 173, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 173, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8adee; background: linear-gradient(135deg, #f8adee, #F8ADBC);