#f843df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 67, 223
HSL
308°, 93%, 62%
CMYK
0, 73, 10, 3
Luminance
0.2930
Every format
| HEX | #f843df |
| RGB | rgb(248, 67, 223) |
| HSL | hsl(308, 93%, 62%) |
| CMYK | cmyk(0%, 73%, 10%, 3%) |
| LAB | lab(61.0 82.1 -41.9) |
| LCH | lch(61.0 92.2 333.0) |
| OKLCH | oklch(0.699 0.265 334.3) |
Copy-ready code
/* CSS */
color: #f843df;
background-color: #f843df;
/* Tailwind (arbitrary) */
class="text-[#f843df] bg-[#f843df]"
/* SCSS */
$brand: #f843df;
/* SwiftUI */
Color(red: 0.973, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#f843df")Accessibility — WCAG contrast
Aa
#f843df on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f843df on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green26.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow10.1%
Key (black)2.7%
Color previews
#f843df text on a black background
contrast 6.86:1
Card sample
#f843df text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f843df;
Background color
Panel with #f843df background
background-color: #f843df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f843df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f843df; background: linear-gradient(135deg, #f843df, #F84366);