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