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