#f400c3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 0, 195
HSL
312°, 100%, 48%
CMYK
0, 100, 20, 4
Luminance
0.2317
Every format
| HEX | #f400c3 |
| RGB | rgb(244, 0, 195) |
| HSL | hsl(312, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 20%, 4%) |
| LAB | lab(55.3 88.7 -35.1) |
| LCH | lch(55.3 95.4 338.4) |
| OKLCH | oklch(0.652 0.283 340.4) |
Copy-ready code
/* CSS */
color: #f400c3;
background-color: #f400c3;
/* Tailwind (arbitrary) */
class="text-[#f400c3] bg-[#f400c3]"
/* SCSS */
$brand: #f400c3;
/* SwiftUI */
Color(red: 0.957, green: 0.000, blue: 0.765)
/* Android */
Color.parseColor("#f400c3")Accessibility — WCAG contrast
Aa
#f400c3 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f400c3 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green0.0%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow20.1%
Key (black)4.3%
Color previews
#f400c3 text on a black background
contrast 5.63:1
Card sample
#f400c3 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f400c3;
Background color
Panel with #f400c3 background
background-color: #f400c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f400c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 0, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 0, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f400c3; background: linear-gradient(135deg, #f400c3, #F40021);