#ff39cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 57, 207
HSL
315°, 100%, 61%
CMYK
0, 78, 19, 0
Luminance
0.2869
Every format
| HEX | #ff39cf |
| RGB | rgb(255, 57, 207) |
| HSL | hsl(315, 100%, 61%) |
| CMYK | cmyk(0%, 78%, 19%, 0%) |
| LAB | lab(60.5 84.2 -33.6) |
| LCH | lch(60.5 90.7 338.3) |
| OKLCH | oklch(0.695 0.268 340.2) |
Copy-ready code
/* CSS */
color: #ff39cf;
background-color: #ff39cf;
/* Tailwind (arbitrary) */
class="text-[#ff39cf] bg-[#ff39cf]"
/* SCSS */
$brand: #ff39cf;
/* SwiftUI */
Color(red: 1.000, green: 0.224, blue: 0.812)
/* Android */
Color.parseColor("#ff39cf")Accessibility — WCAG contrast
Aa
#ff39cf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff39cf on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow18.8%
Key (black)0.0%
Color previews
#ff39cf text on a black background
contrast 6.74:1
Card sample
#ff39cf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff39cf;
Background color
Panel with #ff39cf background
background-color: #ff39cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff39cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 57, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 57, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff39cf; background: linear-gradient(135deg, #ff39cf, #FF394B);