#fa33ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
250, 51, 255
HSL
299°, 100%, 60%
CMYK
2, 80, 0, 0
Luminance
0.2991
Every format
| HEX | #fa33ff |
| RGB | rgb(250, 51, 255) |
| HSL | hsl(299, 100%, 60%) |
| CMYK | cmyk(2%, 80%, 0%, 0%) |
| LAB | lab(61.6 91.3 -58.9) |
| LCH | lch(61.6 108.6 327.2) |
| OKLCH | oklch(0.709 0.301 327.1) |
Copy-ready code
/* CSS */
color: #fa33ff;
background-color: #fa33ff;
/* Tailwind (arbitrary) */
class="text-[#fa33ff] bg-[#fa33ff]"
/* SCSS */
$brand: #fa33ff;
/* SwiftUI */
Color(red: 0.980, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#fa33ff")Accessibility — WCAG contrast
Aa
#fa33ff on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa33ff on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green20.0%
Blue100.0%
CMYK percentages
Cyan2.0%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#fa33ff text on a black background
contrast 6.98:1
Card sample
#fa33ff text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa33ff;
Background color
Panel with #fa33ff background
background-color: #fa33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa33ff; background: linear-gradient(135deg, #fa33ff, #FF337C);