#f294af
a light, electric magenta / pink · warm · closest name: pink
RGB
242, 148, 175
HSL
343°, 78%, 77%
CMYK
0, 39, 28, 5
Luminance
0.4315
Every format
| HEX | #f294af |
| RGB | rgb(242, 148, 175) |
| HSL | hsl(343, 78%, 77%) |
| CMYK | cmyk(0%, 39%, 28%, 5%) |
| LAB | lab(71.7 38.7 1.1) |
| LCH | lch(71.7 38.7 1.6) |
| OKLCH | oklch(0.771 0.117 1.6) |
Copy-ready code
/* CSS */
color: #f294af;
background-color: #f294af;
/* Tailwind (arbitrary) */
class="text-[#f294af] bg-[#f294af]"
/* SCSS */
$brand: #f294af;
/* SwiftUI */
Color(red: 0.949, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#f294af")Accessibility — WCAG contrast
Aa
#f294af on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f294af on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green58.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow27.7%
Key (black)5.1%
Color previews
#f294af text on a black background
contrast 9.63:1
Card sample
#f294af text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f294af;
Background color
Panel with #f294af background
background-color: #f294af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f294af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f294af; background: linear-gradient(135deg, #f294af, #F2B894);