#ff33cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 51, 207
HSL
314°, 100%, 60%
CMYK
0, 80, 19, 0
Luminance
0.2813
Every format
| HEX | #ff33cf |
| RGB | rgb(255, 51, 207) |
| HSL | hsl(314, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 19%, 0%) |
| LAB | lab(60.0 85.7 -34.4) |
| LCH | lch(60.0 92.3 338.1) |
| OKLCH | oklch(0.692 0.273 340.1) |
Copy-ready code
/* CSS */
color: #ff33cf;
background-color: #ff33cf;
/* Tailwind (arbitrary) */
class="text-[#ff33cf] bg-[#ff33cf]"
/* SCSS */
$brand: #ff33cf;
/* SwiftUI */
Color(red: 1.000, green: 0.200, blue: 0.812)
/* Android */
Color.parseColor("#ff33cf")Accessibility — WCAG contrast
Aa
#ff33cf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff33cf on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow18.8%
Key (black)0.0%
Color previews
#ff33cf text on a black background
contrast 6.63:1
Card sample
#ff33cf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff33cf;
Background color
Panel with #ff33cf background
background-color: #ff33cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff33cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 51, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 51, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff33cf; background: linear-gradient(135deg, #ff33cf, #FF3347);