#f2a0eb
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 160, 235
HSL
305°, 76%, 79%
CMYK
0, 34, 3, 5
Luminance
0.5002
Every format
| HEX | #f2a0eb |
| RGB | rgb(242, 160, 235) |
| HSL | hsl(305, 76%, 79%) |
| CMYK | cmyk(0%, 34%, 3%, 5%) |
| LAB | lab(76.1 41.8 -25.3) |
| LCH | lch(76.1 48.8 328.8) |
| OKLCH | oklch(0.810 0.136 329.8) |
Copy-ready code
/* CSS */
color: #f2a0eb;
background-color: #f2a0eb;
/* Tailwind (arbitrary) */
class="text-[#f2a0eb] bg-[#f2a0eb]"
/* SCSS */
$brand: #f2a0eb;
/* SwiftUI */
Color(red: 0.949, green: 0.627, blue: 0.922)
/* Android */
Color.parseColor("#f2a0eb")Accessibility — WCAG contrast
Aa
#f2a0eb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2a0eb on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow2.9%
Key (black)5.1%
Color previews
#f2a0eb text on a black background
contrast 11.00:1
Card sample
#f2a0eb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2a0eb;
Background color
Panel with #f2a0eb background
background-color: #f2a0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2a0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 160, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 160, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2a0eb; background: linear-gradient(135deg, #f2a0eb, #F2A0B4);