#f40eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 14, 178
HSL
317°, 91%, 51%
CMYK
0, 94, 27, 4
Luminance
0.2276
Every format
| HEX | #f40eb2 |
| RGB | rgb(244, 14, 178) |
| HSL | hsl(317, 91%, 51%) |
| CMYK | cmyk(0%, 94%, 27%, 4%) |
| LAB | lab(54.8 85.8 -25.9) |
| LCH | lch(54.8 89.7 343.2) |
| OKLCH | oklch(0.647 0.271 345.2) |
Copy-ready code
/* CSS */
color: #f40eb2;
background-color: #f40eb2;
/* Tailwind (arbitrary) */
class="text-[#f40eb2] bg-[#f40eb2]"
/* SCSS */
$brand: #f40eb2;
/* SwiftUI */
Color(red: 0.957, green: 0.055, blue: 0.698)
/* Android */
Color.parseColor("#f40eb2")Accessibility — WCAG contrast
Aa
#f40eb2 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f40eb2 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green5.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow27.0%
Key (black)4.3%
Color previews
#f40eb2 text on a black background
contrast 5.55:1
Card sample
#f40eb2 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f40eb2;
Background color
Panel with #f40eb2 background
background-color: #f40eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f40eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 14, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 14, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f40eb2; background: linear-gradient(135deg, #f40eb2, #F40E19);