#ff33df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 51, 223
HSL
309°, 100%, 60%
CMYK
0, 80, 13, 0
Luminance
0.2896
Every format
| HEX | #ff33df |
| RGB | rgb(255, 51, 223) |
| HSL | hsl(309, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 13%, 0%) |
| LAB | lab(60.8 87.7 -42.3) |
| LCH | lch(60.8 97.4 334.3) |
| OKLCH | oklch(0.699 0.282 335.8) |
Copy-ready code
/* CSS */
color: #ff33df;
background-color: #ff33df;
/* Tailwind (arbitrary) */
class="text-[#ff33df] bg-[#ff33df]"
/* SCSS */
$brand: #ff33df;
/* SwiftUI */
Color(red: 1.000, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#ff33df")Accessibility — WCAG contrast
Aa
#ff33df on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff33df on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ff33df text on a black background
contrast 6.79:1
Card sample
#ff33df text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff33df;
Background color
Panel with #ff33df background
background-color: #ff33df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff33df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff33df; background: linear-gradient(135deg, #ff33df, #FF3357);