#f2a2ce
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 162, 206
HSL
327°, 76%, 79%
CMYK
0, 33, 15, 5
Luminance
0.4917
Every format
| HEX | #f2a2ce |
| RGB | rgb(242, 162, 206) |
| HSL | hsl(327, 76%, 79%) |
| CMYK | cmyk(0%, 33%, 15%, 5%) |
| LAB | lab(75.6 35.9 -10.3) |
| LCH | lch(75.6 37.3 344.0) |
| OKLCH | oklch(0.803 0.109 345.7) |
Copy-ready code
/* CSS */
color: #f2a2ce;
background-color: #f2a2ce;
/* Tailwind (arbitrary) */
class="text-[#f2a2ce] bg-[#f2a2ce]"
/* SCSS */
$brand: #f2a2ce;
/* SwiftUI */
Color(red: 0.949, green: 0.635, blue: 0.808)
/* Android */
Color.parseColor("#f2a2ce")Accessibility — WCAG contrast
Aa
#f2a2ce on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2a2ce on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green63.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow14.9%
Key (black)5.1%
Color previews
#f2a2ce text on a black background
contrast 10.83:1
Card sample
#f2a2ce text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2a2ce;
Background color
Panel with #f2a2ce background
background-color: #f2a2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2a2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 162, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 162, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2a2ce; background: linear-gradient(135deg, #f2a2ce, #F2ABA2);