#f294cd
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 148, 205
HSL
324°, 78%, 77%
CMYK
0, 39, 15, 5
Luminance
0.4446
Every format
| HEX | #f294cd |
| RGB | rgb(242, 148, 205) |
| HSL | hsl(324, 78%, 77%) |
| CMYK | cmyk(0%, 39%, 15%, 5%) |
| LAB | lab(72.5 43.0 -14.2) |
| LCH | lch(72.5 45.3 341.7) |
| OKLCH | oklch(0.780 0.132 343.5) |
Copy-ready code
/* CSS */
color: #f294cd;
background-color: #f294cd;
/* Tailwind (arbitrary) */
class="text-[#f294cd] bg-[#f294cd]"
/* SCSS */
$brand: #f294cd;
/* SwiftUI */
Color(red: 0.949, green: 0.580, blue: 0.804)
/* Android */
Color.parseColor("#f294cd")Accessibility — WCAG contrast
Aa
#f294cd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f294cd on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green58.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow15.3%
Key (black)5.1%
Color previews
#f294cd text on a black background
contrast 9.89:1
Card sample
#f294cd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f294cd;
Background color
Panel with #f294cd background
background-color: #f294cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f294cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 148, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 148, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f294cd; background: linear-gradient(135deg, #f294cd, #F29A94);