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