#f33dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 61, 253
HSL
297°, 98%, 62%
CMYK
4, 76, 0, 1
Luminance
0.2948
Every format
| HEX | #f33dfd |
| RGB | rgb(243, 61, 253) |
| HSL | hsl(297, 98%, 62%) |
| CMYK | cmyk(4%, 76%, 0%, 1%) |
| LAB | lab(61.2 87.3 -58.4) |
| LCH | lch(61.2 105.0 326.2) |
| OKLCH | oklch(0.704 0.289 325.8) |
Copy-ready code
/* CSS */
color: #f33dfd;
background-color: #f33dfd;
/* Tailwind (arbitrary) */
class="text-[#f33dfd] bg-[#f33dfd]"
/* SCSS */
$brand: #f33dfd;
/* SwiftUI */
Color(red: 0.953, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#f33dfd")Accessibility — WCAG contrast
Aa
#f33dfd on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f33dfd on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green23.9%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f33dfd text on a black background
contrast 6.90:1
Card sample
#f33dfd text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f33dfd;
Background color
Panel with #f33dfd background
background-color: #f33dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f33dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f33dfd; background: linear-gradient(135deg, #f33dfd, #FD3D87);