#f2a2ba
a light, electric magenta / pink · warm · closest name: pink
RGB
242, 162, 186
HSL
342°, 76%, 79%
CMYK
0, 33, 23, 5
Luminance
0.4826
Every format
| HEX | #f2a2ba |
| RGB | rgb(242, 162, 186) |
| HSL | hsl(342, 76%, 79%) |
| CMYK | cmyk(0%, 33%, 23%, 5%) |
| LAB | lab(75.0 32.9 -0.1) |
| LCH | lch(75.0 32.9 359.8) |
| OKLCH | oklch(0.797 0.099 0.1) |
Copy-ready code
/* CSS */
color: #f2a2ba;
background-color: #f2a2ba;
/* Tailwind (arbitrary) */
class="text-[#f2a2ba] bg-[#f2a2ba]"
/* SCSS */
$brand: #f2a2ba;
/* SwiftUI */
Color(red: 0.949, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#f2a2ba")Accessibility — WCAG contrast
Aa
#f2a2ba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2a2ba on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green63.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow23.1%
Key (black)5.1%
Color previews
#f2a2ba text on a black background
contrast 10.65:1
Card sample
#f2a2ba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2a2ba;
Background color
Panel with #f2a2ba background
background-color: #f2a2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2a2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2a2ba; background: linear-gradient(135deg, #f2a2ba, #F2BFA2);