#f200fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 0, 253
HSL
297°, 100%, 50%
CMYK
4, 100, 0, 1
Luminance
0.2597
Every format
| HEX | #f200fd |
| RGB | rgb(242, 0, 253) |
| HSL | hsl(297, 100%, 50%) |
| CMYK | cmyk(4%, 100%, 0%, 1%) |
| LAB | lab(58.0 96.0 -63.5) |
| LCH | lch(58.0 115.1 326.5) |
| OKLCH | oklch(0.681 0.317 326.0) |
Copy-ready code
/* CSS */
color: #f200fd;
background-color: #f200fd;
/* Tailwind (arbitrary) */
class="text-[#f200fd] bg-[#f200fd]"
/* SCSS */
$brand: #f200fd;
/* SwiftUI */
Color(red: 0.949, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#f200fd")Accessibility — WCAG contrast
Aa
#f200fd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f200fd on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green0.0%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f200fd text on a black background
contrast 6.19:1
Card sample
#f200fd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f200fd;
Background color
Panel with #f200fd background
background-color: #f200fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f200fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f200fd; background: linear-gradient(135deg, #f200fd, #FD005F);