#f293b2
a light, electric magenta / pink · warm · closest name: pink
RGB
242, 147, 178
HSL
340°, 79%, 76%
CMYK
0, 39, 26, 5
Luminance
0.4296
Every format
| HEX | #f293b2 |
| RGB | rgb(242, 147, 178) |
| HSL | hsl(340, 79%, 76%) |
| CMYK | cmyk(0%, 39%, 26%, 5%) |
| LAB | lab(71.5 39.6 -0.8) |
| LCH | lch(71.5 39.6 358.9) |
| OKLCH | oklch(0.770 0.120 359.3) |
Copy-ready code
/* CSS */
color: #f293b2;
background-color: #f293b2;
/* Tailwind (arbitrary) */
class="text-[#f293b2] bg-[#f293b2]"
/* SCSS */
$brand: #f293b2;
/* SwiftUI */
Color(red: 0.949, green: 0.576, blue: 0.698)
/* Android */
Color.parseColor("#f293b2")Accessibility — WCAG contrast
Aa
#f293b2 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f293b2 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green57.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow26.4%
Key (black)5.1%
Color previews
#f293b2 text on a black background
contrast 9.59:1
Card sample
#f293b2 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f293b2;
Background color
Panel with #f293b2 background
background-color: #f293b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f293b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 147, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 147, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f293b2; background: linear-gradient(135deg, #f293b2, #F2B393);