#ff33b4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 51, 180
HSL
322°, 100%, 60%
CMYK
0, 80, 29, 0
Luminance
0.2692
Every format
| HEX | #ff33b4 |
| RGB | rgb(255, 51, 180) |
| HSL | hsl(322, 100%, 60%) |
| CMYK | cmyk(0%, 80%, 29%, 0%) |
| LAB | lab(58.9 82.5 -20.6) |
| LCH | lch(58.9 85.1 346.0) |
| OKLCH | oklch(0.680 0.258 347.9) |
Copy-ready code
/* CSS */
color: #ff33b4;
background-color: #ff33b4;
/* Tailwind (arbitrary) */
class="text-[#ff33b4] bg-[#ff33b4]"
/* SCSS */
$brand: #ff33b4;
/* SwiftUI */
Color(red: 1.000, green: 0.200, blue: 0.706)
/* Android */
Color.parseColor("#ff33b4")Accessibility — WCAG contrast
Aa
#ff33b4 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff33b4 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow29.4%
Key (black)0.0%
Color previews
#ff33b4 text on a black background
contrast 6.38:1
Card sample
#ff33b4 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff33b4;
Background color
Panel with #ff33b4 background
background-color: #ff33b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff33b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 51, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 51, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff33b4; background: linear-gradient(135deg, #ff33b4, #FF3A33);