#f2adfc
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 173, 252
HSL
292°, 93%, 83%
CMYK
4, 31, 0, 1
Luminance
0.5579
Every format
| HEX | #f2adfc |
| RGB | rgb(242, 173, 252) |
| HSL | hsl(292, 93%, 83%) |
| CMYK | cmyk(4%, 31%, 0%, 1%) |
| LAB | lab(79.5 38.0 -29.2) |
| LCH | lch(79.5 48.0 322.4) |
| OKLCH | oklch(0.838 0.130 322.2) |
Copy-ready code
/* CSS */
color: #f2adfc;
background-color: #f2adfc;
/* Tailwind (arbitrary) */
class="text-[#f2adfc] bg-[#f2adfc]"
/* SCSS */
$brand: #f2adfc;
/* SwiftUI */
Color(red: 0.949, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#f2adfc")Accessibility — WCAG contrast
Aa
#f2adfc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2adfc on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green67.8%
Blue98.8%
CMYK percentages
Cyan4.0%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f2adfc text on a black background
contrast 12.16:1
Card sample
#f2adfc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2adfc;
Background color
Panel with #f2adfc background
background-color: #f2adfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2adfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2adfc; background: linear-gradient(135deg, #f2adfc, #FCADD1);