#f200df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 0, 223
HSL
305°, 100%, 48%
CMYK
0, 100, 8, 5
Luminance
0.2420
Every format
| HEX | #f200df |
| RGB | rgb(242, 0, 223) |
| HSL | hsl(305, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 8%, 5%) |
| LAB | lab(56.3 91.8 -49.5) |
| LCH | lch(56.3 104.3 331.7) |
| OKLCH | oklch(0.663 0.298 332.8) |
Copy-ready code
/* CSS */
color: #f200df;
background-color: #f200df;
/* Tailwind (arbitrary) */
class="text-[#f200df] bg-[#f200df]"
/* SCSS */
$brand: #f200df;
/* SwiftUI */
Color(red: 0.949, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#f200df")Accessibility — WCAG contrast
Aa
#f200df on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f200df on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green0.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow7.9%
Key (black)5.1%
Color previews
#f200df text on a black background
contrast 5.84:1
Card sample
#f200df text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f200df;
Background color
Panel with #f200df background
background-color: #f200df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f200df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f200df; background: linear-gradient(135deg, #f200df, #F2003E);