#f2adfe
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 173, 254
HSL
291°, 98%, 84%
CMYK
5, 32, 0, 0
Luminance
0.5592
Every format
| HEX | #f2adfe |
| RGB | rgb(242, 173, 254) |
| HSL | hsl(291, 98%, 84%) |
| CMYK | cmyk(5%, 32%, 0%, 0%) |
| LAB | lab(79.6 38.4 -30.2) |
| LCH | lch(79.6 48.9 321.8) |
| OKLCH | oklch(0.839 0.132 321.4) |
Copy-ready code
/* CSS */
color: #f2adfe;
background-color: #f2adfe;
/* Tailwind (arbitrary) */
class="text-[#f2adfe] bg-[#f2adfe]"
/* SCSS */
$brand: #f2adfe;
/* SwiftUI */
Color(red: 0.949, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#f2adfe")Accessibility — WCAG contrast
Aa
#f2adfe on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2adfe on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green67.8%
Blue99.6%
CMYK percentages
Cyan4.7%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#f2adfe text on a black background
contrast 12.18:1
Card sample
#f2adfe text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2adfe;
Background color
Panel with #f2adfe background
background-color: #f2adfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2adfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2adfe; background: linear-gradient(135deg, #f2adfe, #FEADD4);