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