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