#f5adec
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 173, 236
HSL
308°, 78%, 82%
CMYK
0, 29, 4, 4
Luminance
0.5536
Every format
| HEX | #f5adec |
| RGB | rgb(245, 173, 236) |
| HSL | hsl(308, 78%, 82%) |
| CMYK | cmyk(0%, 29%, 4%, 4%) |
| LAB | lab(79.3 36.1 -21.0) |
| LCH | lch(79.3 41.7 329.8) |
| OKLCH | oklch(0.835 0.116 331.0) |
Copy-ready code
/* CSS */
color: #f5adec;
background-color: #f5adec;
/* Tailwind (arbitrary) */
class="text-[#f5adec] bg-[#f5adec]"
/* SCSS */
$brand: #f5adec;
/* SwiftUI */
Color(red: 0.961, green: 0.678, blue: 0.925)
/* Android */
Color.parseColor("#f5adec")Accessibility — WCAG contrast
Aa
#f5adec on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5adec on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.8%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow3.7%
Key (black)3.9%
Color previews
#f5adec text on a black background
contrast 12.07:1
Card sample
#f5adec text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5adec;
Background color
Panel with #f5adec background
background-color: #f5adec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5adec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 173, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 173, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5adec; background: linear-gradient(135deg, #f5adec, #F5ADBC);