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