#f613db
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 19, 219
HSL
307°, 93%, 52%
CMYK
0, 92, 11, 4
Luminance
0.2517
Every format
| HEX | #f613db |
| RGB | rgb(246, 19, 219) |
| HSL | hsl(307, 93%, 52%) |
| CMYK | cmyk(0%, 92%, 11%, 4%) |
| LAB | lab(57.3 90.6 -45.6) |
| LCH | lch(57.3 101.5 333.3) |
| OKLCH | oklch(0.671 0.293 334.7) |
Copy-ready code
/* CSS */
color: #f613db;
background-color: #f613db;
/* Tailwind (arbitrary) */
class="text-[#f613db] bg-[#f613db]"
/* SCSS */
$brand: #f613db;
/* SwiftUI */
Color(red: 0.965, green: 0.075, blue: 0.859)
/* Android */
Color.parseColor("#f613db")Accessibility — WCAG contrast
Aa
#f613db on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f613db on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green7.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow11.0%
Key (black)3.5%
Color previews
#f613db text on a black background
contrast 6.03:1
Card sample
#f613db text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f613db;
Background color
Panel with #f613db background
background-color: #f613db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f613db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 19, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 19, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f613db; background: linear-gradient(135deg, #f613db, #F61344);