#f4adda
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 173, 218
HSL
322°, 76%, 82%
CMYK
0, 29, 11, 4
Luminance
0.5418
Every format
| HEX | #f4adda |
| RGB | rgb(244, 173, 218) |
| HSL | hsl(322, 76%, 82%) |
| CMYK | cmyk(0%, 29%, 11%, 4%) |
| LAB | lab(78.6 32.7 -12.3) |
| LCH | lch(78.6 34.9 339.4) |
| OKLCH | oklch(0.828 0.101 341.1) |
Copy-ready code
/* CSS */
color: #f4adda;
background-color: #f4adda;
/* Tailwind (arbitrary) */
class="text-[#f4adda] bg-[#f4adda]"
/* SCSS */
$brand: #f4adda;
/* SwiftUI */
Color(red: 0.957, green: 0.678, blue: 0.855)
/* Android */
Color.parseColor("#f4adda")Accessibility — WCAG contrast
Aa
#f4adda on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4adda on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow10.7%
Key (black)4.3%
Color previews
#f4adda text on a black background
contrast 11.84:1
Card sample
#f4adda text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4adda;
Background color
Panel with #f4adda background
background-color: #f4adda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4adda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 173, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 173, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4adda; background: linear-gradient(135deg, #f4adda, #F4B0AD);