#f7acfc
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 172, 252
HSL
296°, 93%, 83%
CMYK
2, 32, 0, 1
Luminance
0.5631
Every format
| HEX | #f7acfc |
| RGB | rgb(247, 172, 252) |
| HSL | hsl(296, 93%, 83%) |
| CMYK | cmyk(2%, 32%, 0%, 1%) |
| LAB | lab(79.8 40.1 -28.8) |
| LCH | lch(79.8 49.3 324.4) |
| OKLCH | oklch(0.842 0.135 324.5) |
Copy-ready code
/* CSS */
color: #f7acfc;
background-color: #f7acfc;
/* Tailwind (arbitrary) */
class="text-[#f7acfc] bg-[#f7acfc]"
/* SCSS */
$brand: #f7acfc;
/* SwiftUI */
Color(red: 0.969, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#f7acfc")Accessibility — WCAG contrast
Aa
#f7acfc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7acfc on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.5%
Blue98.8%
CMYK percentages
Cyan2.0%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f7acfc text on a black background
contrast 12.26:1
Card sample
#f7acfc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7acfc;
Background color
Panel with #f7acfc background
background-color: #f7acfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7acfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7acfc; background: linear-gradient(135deg, #f7acfc, #FCACCB);