#ff33d6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 51, 214
HSL
312°, 100%, 60%
CMYK
0, 80, 16, 0
Luminance
0.2848
Every format
| HEX | #ff33d6 |
| RGB | rgb(255, 51, 214) |
| HSL | hsl(312, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 16%, 0%) |
| LAB | lab(60.3 86.5 -37.9) |
| LCH | lch(60.3 94.5 336.4) |
| OKLCH | oklch(0.695 0.277 338.2) |
Copy-ready code
/* CSS */
color: #ff33d6;
background-color: #ff33d6;
/* Tailwind (arbitrary) */
class="text-[#ff33d6] bg-[#ff33d6]"
/* SCSS */
$brand: #ff33d6;
/* SwiftUI */
Color(red: 1.000, green: 0.200, blue: 0.839)
/* Android */
Color.parseColor("#ff33d6")Accessibility — WCAG contrast
Aa
#ff33d6 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff33d6 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.0%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow16.1%
Key (black)0.0%
Color previews
#ff33d6 text on a black background
contrast 6.70:1
Card sample
#ff33d6 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff33d6;
Background color
Panel with #ff33d6 background
background-color: #ff33d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff33d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 51, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 51, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff33d6; background: linear-gradient(135deg, #ff33d6, #FF334E);