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