#f33ffe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 63, 254
HSL
297°, 99%, 62%
CMYK
4, 75, 0, 0
Luminance
0.2977
Every format
| HEX | #f33ffe |
| RGB | rgb(243, 63, 254) |
| HSL | hsl(297, 99%, 62%) |
| CMYK | cmyk(4%, 75%, 0%, 0%) |
| LAB | lab(61.5 86.9 -58.6) |
| LCH | lch(61.5 104.8 326.0) |
| OKLCH | oklch(0.706 0.288 325.5) |
Copy-ready code
/* CSS */
color: #f33ffe;
background-color: #f33ffe;
/* Tailwind (arbitrary) */
class="text-[#f33ffe] bg-[#f33ffe]"
/* SCSS */
$brand: #f33ffe;
/* SwiftUI */
Color(red: 0.953, green: 0.247, blue: 0.996)
/* Android */
Color.parseColor("#f33ffe")Accessibility — WCAG contrast
Aa
#f33ffe on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f33ffe on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green24.7%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta75.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f33ffe text on a black background
contrast 6.95:1
Card sample
#f33ffe text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f33ffe;
Background color
Panel with #f33ffe background
background-color: #f33ffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f33ffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 63, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 63, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f33ffe; background: linear-gradient(135deg, #f33ffe, #FE3F8A);