#f2afee
a light, vivid magenta / pink · warm · closest name: plum
RGB
242, 175, 238
HSL
304°, 72%, 82%
CMYK
0, 28, 2, 5
Luminance
0.5571
Every format
| HEX | #f2afee |
| RGB | rgb(242, 175, 238) |
| HSL | hsl(304, 72%, 82%) |
| CMYK | cmyk(0%, 28%, 2%, 5%) |
| LAB | lab(79.5 34.4 -21.8) |
| LCH | lch(79.5 40.7 327.7) |
| OKLCH | oklch(0.836 0.113 328.5) |
Copy-ready code
/* CSS */
color: #f2afee;
background-color: #f2afee;
/* Tailwind (arbitrary) */
class="text-[#f2afee] bg-[#f2afee]"
/* SCSS */
$brand: #f2afee;
/* SwiftUI */
Color(red: 0.949, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#f2afee")Accessibility — WCAG contrast
Aa
#f2afee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2afee on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green68.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow1.7%
Key (black)5.1%
Color previews
#f2afee text on a black background
contrast 12.14:1
Card sample
#f2afee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2afee;
Background color
Panel with #f2afee background
background-color: #f2afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2afee; background: linear-gradient(135deg, #f2afee, #F2AFC1);