#f400eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 0, 235
HSL
302°, 100%, 48%
CMYK
0, 100, 4, 4
Luminance
0.2523
Every format
| HEX | #f400eb |
| RGB | rgb(244, 0, 235) |
| HSL | hsl(302, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 4%, 4%) |
| LAB | lab(57.3 93.8 -54.6) |
| LCH | lch(57.3 108.5 329.8) |
| OKLCH | oklch(0.673 0.306 330.4) |
Copy-ready code
/* CSS */
color: #f400eb;
background-color: #f400eb;
/* Tailwind (arbitrary) */
class="text-[#f400eb] bg-[#f400eb]"
/* SCSS */
$brand: #f400eb;
/* SwiftUI */
Color(red: 0.957, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#f400eb")Accessibility — WCAG contrast
Aa
#f400eb on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f400eb on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green0.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow3.7%
Key (black)4.3%
Color previews
#f400eb text on a black background
contrast 6.05:1
Card sample
#f400eb text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f400eb;
Background color
Panel with #f400eb background
background-color: #f400eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f400eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f400eb; background: linear-gradient(135deg, #f400eb, #F40048);