#ff39b2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 57, 178
HSL
323°, 100%, 61%
CMYK
0, 78, 30, 0
Luminance
0.2740
Every format
| HEX | #ff39b2 |
| RGB | rgb(255, 57, 178) |
| HSL | hsl(323, 100%, 61%) |
| CMYK | cmyk(0%, 78%, 30%, 0%) |
| LAB | lab(59.4 80.8 -18.8) |
| LCH | lch(59.4 83.0 346.9) |
| OKLCH | oklch(0.683 0.252 348.7) |
Copy-ready code
/* CSS */
color: #ff39b2;
background-color: #ff39b2;
/* Tailwind (arbitrary) */
class="text-[#ff39b2] bg-[#ff39b2]"
/* SCSS */
$brand: #ff39b2;
/* SwiftUI */
Color(red: 1.000, green: 0.224, blue: 0.698)
/* Android */
Color.parseColor("#ff39b2")Accessibility — WCAG contrast
Aa
#ff39b2 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff39b2 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow30.2%
Key (black)0.0%
Color previews
#ff39b2 text on a black background
contrast 6.48:1
Card sample
#ff39b2 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff39b2;
Background color
Panel with #ff39b2 background
background-color: #ff39b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff39b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 57, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 57, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff39b2; background: linear-gradient(135deg, #ff39b2, #FF4439);