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