#f4adce
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 173, 206
HSL
332°, 76%, 82%
CMYK
0, 29, 16, 4
Luminance
0.5358
Every format
| HEX | #f4adce |
| RGB | rgb(244, 173, 206) |
| HSL | hsl(332, 76%, 82%) |
| CMYK | cmyk(0%, 29%, 16%, 4%) |
| LAB | lab(78.2 30.8 -6.3) |
| LCH | lch(78.2 31.4 348.4) |
| OKLCH | oklch(0.824 0.093 349.9) |
Copy-ready code
/* CSS */
color: #f4adce;
background-color: #f4adce;
/* Tailwind (arbitrary) */
class="text-[#f4adce] bg-[#f4adce]"
/* SCSS */
$brand: #f4adce;
/* SwiftUI */
Color(red: 0.957, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#f4adce")Accessibility — WCAG contrast
Aa
#f4adce on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4adce on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow15.6%
Key (black)4.3%
Color previews
#f4adce text on a black background
contrast 11.72:1
Card sample
#f4adce text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4adce;
Background color
Panel with #f4adce background
background-color: #f4adce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4adce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4adce; background: linear-gradient(135deg, #f4adce, #F4BBAD);