#f413db
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 19, 219
HSL
307°, 91%, 52%
CMYK
0, 92, 10, 4
Luminance
0.2481
Every format
| HEX | #f413db |
| RGB | rgb(244, 19, 219) |
| HSL | hsl(307, 91%, 52%) |
| CMYK | cmyk(0%, 92%, 10%, 4%) |
| LAB | lab(56.9 90.3 -46.2) |
| LCH | lch(56.9 101.4 332.9) |
| OKLCH | oklch(0.668 0.292 334.2) |
Copy-ready code
/* CSS */
color: #f413db;
background-color: #f413db;
/* Tailwind (arbitrary) */
class="text-[#f413db] bg-[#f413db]"
/* SCSS */
$brand: #f413db;
/* SwiftUI */
Color(red: 0.957, green: 0.075, blue: 0.859)
/* Android */
Color.parseColor("#f413db")Accessibility — WCAG contrast
Aa
#f413db on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f413db on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green7.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow10.2%
Key (black)4.3%
Color previews
#f413db text on a black background
contrast 5.96:1
Card sample
#f413db text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f413db;
Background color
Panel with #f413db background
background-color: #f413db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f413db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 19, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 19, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f413db; background: linear-gradient(135deg, #f413db, #F41345);