#f293ab
a light, electric magenta / pink · warm · closest name: pink
RGB
242, 147, 171
HSL
345°, 79%, 76%
CMYK
0, 39, 29, 5
Luminance
0.4268
Every format
| HEX | #f293ab |
| RGB | rgb(242, 147, 171) |
| HSL | hsl(345, 79%, 76%) |
| CMYK | cmyk(0%, 39%, 29%, 5%) |
| LAB | lab(71.3 38.7 2.9) |
| LCH | lch(71.3 38.8 4.2) |
| OKLCH | oklch(0.768 0.117 3.9) |
Copy-ready code
/* CSS */
color: #f293ab;
background-color: #f293ab;
/* Tailwind (arbitrary) */
class="text-[#f293ab] bg-[#f293ab]"
/* SCSS */
$brand: #f293ab;
/* SwiftUI */
Color(red: 0.949, green: 0.576, blue: 0.671)
/* Android */
Color.parseColor("#f293ab")Accessibility — WCAG contrast
Aa
#f293ab on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f293ab on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green57.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow29.3%
Key (black)5.1%
Color previews
#f293ab text on a black background
contrast 9.54:1
Card sample
#f293ab text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f293ab;
Background color
Panel with #f293ab background
background-color: #f293ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f293ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 147, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 147, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f293ab; background: linear-gradient(135deg, #f293ab, #F2BA93);