#f4aeec
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 174, 236
HSL
307°, 76%, 82%
CMYK
0, 29, 3, 4
Luminance
0.5556
Every format
| HEX | #f4aeec |
| RGB | rgb(244, 174, 236) |
| HSL | hsl(307, 76%, 82%) |
| CMYK | cmyk(0%, 29%, 3%, 4%) |
| LAB | lab(79.4 35.2 -20.8) |
| LCH | lch(79.4 40.9 329.4) |
| OKLCH | oklch(0.836 0.114 330.5) |
Copy-ready code
/* CSS */
color: #f4aeec;
background-color: #f4aeec;
/* Tailwind (arbitrary) */
class="text-[#f4aeec] bg-[#f4aeec]"
/* SCSS */
$brand: #f4aeec;
/* SwiftUI */
Color(red: 0.957, green: 0.682, blue: 0.925)
/* Android */
Color.parseColor("#f4aeec")Accessibility — WCAG contrast
Aa
#f4aeec on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4aeec on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow3.3%
Key (black)4.3%
Color previews
#f4aeec text on a black background
contrast 12.11:1
Card sample
#f4aeec text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4aeec;
Background color
Panel with #f4aeec background
background-color: #f4aeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4aeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 174, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 174, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4aeec; background: linear-gradient(135deg, #f4aeec, #F4AEBD);