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