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