#f313db
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 19, 219
HSL
306°, 90%, 51%
CMYK
0, 92, 10, 5
Luminance
0.2463
Every format
| HEX | #f313db |
| RGB | rgb(243, 19, 219) |
| HSL | hsl(306, 90%, 51%) |
| CMYK | cmyk(0%, 92%, 10%, 5%) |
| LAB | lab(56.7 90.1 -46.5) |
| LCH | lch(56.7 101.4 332.7) |
| OKLCH | oklch(0.666 0.292 334.0) |
Copy-ready code
/* CSS */
color: #f313db;
background-color: #f313db;
/* Tailwind (arbitrary) */
class="text-[#f313db] bg-[#f313db]"
/* SCSS */
$brand: #f313db;
/* SwiftUI */
Color(red: 0.953, green: 0.075, blue: 0.859)
/* Android */
Color.parseColor("#f313db")Accessibility — WCAG contrast
Aa
#f313db on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f313db on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green7.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow9.9%
Key (black)4.7%
Color previews
#f313db text on a black background
contrast 5.93:1
Card sample
#f313db text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f313db;
Background color
Panel with #f313db background
background-color: #f313db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f313db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 19, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 19, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f313db; background: linear-gradient(135deg, #f313db, #F31346);