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