#f0abfd
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 171, 253
HSL
291°, 95%, 83%
CMYK
5, 32, 0, 1
Luminance
0.5474
Every format
| HEX | #f0abfd |
| RGB | rgb(240, 171, 253) |
| HSL | hsl(291, 95%, 83%) |
| CMYK | cmyk(5%, 32%, 0%, 1%) |
| LAB | lab(78.9 38.7 -30.7) |
| LCH | lch(78.9 49.4 321.5) |
| OKLCH | oklch(0.833 0.133 321.0) |
Copy-ready code
/* CSS */
color: #f0abfd;
background-color: #f0abfd;
/* Tailwind (arbitrary) */
class="text-[#f0abfd] bg-[#f0abfd]"
/* SCSS */
$brand: #f0abfd;
/* SwiftUI */
Color(red: 0.941, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#f0abfd")Accessibility — WCAG contrast
Aa
#f0abfd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0abfd on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green67.1%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f0abfd text on a black background
contrast 11.95:1
Card sample
#f0abfd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0abfd;
Background color
Panel with #f0abfd background
background-color: #f0abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0abfd; background: linear-gradient(135deg, #f0abfd, #FDABD3);