#f300c0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 0, 192
HSL
313°, 100%, 48%
CMYK
0, 100, 21, 5
Luminance
0.2286
Every format
| HEX | #f300c0 |
| RGB | rgb(243, 0, 192) |
| HSL | hsl(313, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 21%, 5%) |
| LAB | lab(54.9 88.2 -33.9) |
| LCH | lch(54.9 94.5 339.0) |
| OKLCH | oklch(0.649 0.281 341.0) |
Copy-ready code
/* CSS */
color: #f300c0;
background-color: #f300c0;
/* Tailwind (arbitrary) */
class="text-[#f300c0] bg-[#f300c0]"
/* SCSS */
$brand: #f300c0;
/* SwiftUI */
Color(red: 0.953, green: 0.000, blue: 0.753)
/* Android */
Color.parseColor("#f300c0")Accessibility — WCAG contrast
Aa
#f300c0 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f300c0 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green0.0%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow21.0%
Key (black)4.7%
Color previews
#f300c0 text on a black background
contrast 5.57:1
Card sample
#f300c0 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f300c0;
Background color
Panel with #f300c0 background
background-color: #f300c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f300c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 0, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 0, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f300c0; background: linear-gradient(135deg, #f300c0, #F3001E);