#f4acfc
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 172, 252
HSL
294°, 93%, 83%
CMYK
3, 32, 0, 1
Luminance
0.5577
Every format
| HEX | #f4acfc |
| RGB | rgb(244, 172, 252) |
| HSL | hsl(294, 93%, 83%) |
| CMYK | cmyk(3%, 32%, 0%, 1%) |
| LAB | lab(79.5 39.2 -29.2) |
| LCH | lch(79.5 48.9 323.3) |
| OKLCH | oklch(0.839 0.133 323.2) |
Copy-ready code
/* CSS */
color: #f4acfc;
background-color: #f4acfc;
/* Tailwind (arbitrary) */
class="text-[#f4acfc] bg-[#f4acfc]"
/* SCSS */
$brand: #f4acfc;
/* SwiftUI */
Color(red: 0.957, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#f4acfc")Accessibility — WCAG contrast
Aa
#f4acfc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4acfc on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.5%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f4acfc text on a black background
contrast 12.15:1
Card sample
#f4acfc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4acfc;
Background color
Panel with #f4acfc background
background-color: #f4acfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4acfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4acfc; background: linear-gradient(135deg, #f4acfc, #FCACCF);