#f293cb
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 147, 203
HSL
325°, 79%, 76%
CMYK
0, 39, 16, 5
Luminance
0.4406
Every format
| HEX | #f293cb |
| RGB | rgb(242, 147, 203) |
| HSL | hsl(325, 79%, 76%) |
| CMYK | cmyk(0%, 39%, 16%, 5%) |
| LAB | lab(72.3 43.2 -13.5) |
| LCH | lch(72.3 45.3 342.6) |
| OKLCH | oklch(0.778 0.133 344.4) |
Copy-ready code
/* CSS */
color: #f293cb;
background-color: #f293cb;
/* Tailwind (arbitrary) */
class="text-[#f293cb] bg-[#f293cb]"
/* SCSS */
$brand: #f293cb;
/* SwiftUI */
Color(red: 0.949, green: 0.576, blue: 0.796)
/* Android */
Color.parseColor("#f293cb")Accessibility — WCAG contrast
Aa
#f293cb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f293cb on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green57.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow16.1%
Key (black)5.1%
Color previews
#f293cb text on a black background
contrast 9.81:1
Card sample
#f293cb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f293cb;
Background color
Panel with #f293cb background
background-color: #f293cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f293cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 147, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 147, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f293cb; background: linear-gradient(135deg, #f293cb, #F29A93);