#f8add6
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 173, 214
HSL
327°, 84%, 83%
CMYK
0, 30, 14, 3
Luminance
0.5470
Every format
| HEX | #f8add6 |
| RGB | rgb(248, 173, 214) |
| HSL | hsl(327, 84%, 83%) |
| CMYK | cmyk(0%, 30%, 14%, 3%) |
| LAB | lab(78.9 33.4 -9.6) |
| LCH | lch(78.9 34.7 343.9) |
| OKLCH | oklch(0.831 0.101 345.6) |
Copy-ready code
/* CSS */
color: #f8add6;
background-color: #f8add6;
/* Tailwind (arbitrary) */
class="text-[#f8add6] bg-[#f8add6]"
/* SCSS */
$brand: #f8add6;
/* SwiftUI */
Color(red: 0.973, green: 0.678, blue: 0.839)
/* Android */
Color.parseColor("#f8add6")Accessibility — WCAG contrast
Aa
#f8add6 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8add6 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green67.8%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow13.7%
Key (black)2.7%
Color previews
#f8add6 text on a black background
contrast 11.94:1
Card sample
#f8add6 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8add6;
Background color
Panel with #f8add6 background
background-color: #f8add6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8add6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 173, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 173, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8add6; background: linear-gradient(135deg, #f8add6, #F8B6AD);