#ff389c
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 56, 156
HSL
330°, 100%, 61%
CMYK
0, 78, 39, 0
Luminance
0.2649
Every format
| HEX | #ff389c |
| RGB | rgb(255, 56, 156) |
| HSL | hsl(330, 100%, 61%) |
| CMYK | cmyk(0%, 78%, 39%, 0%) |
| LAB | lab(58.5 78.8 -7.2) |
| LCH | lch(58.5 79.2 354.8) |
| OKLCH | oklch(0.674 0.243 355.7) |
Copy-ready code
/* CSS */
color: #ff389c;
background-color: #ff389c;
/* Tailwind (arbitrary) */
class="text-[#ff389c] bg-[#ff389c]"
/* SCSS */
$brand: #ff389c;
/* SwiftUI */
Color(red: 1.000, green: 0.220, blue: 0.612)
/* Android */
Color.parseColor("#ff389c")Accessibility — WCAG contrast
Aa
#ff389c on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff389c on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow38.8%
Key (black)0.0%
Color previews
#ff389c text on a black background
contrast 6.30:1
Card sample
#ff389c text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff389c;
Background color
Panel with #ff389c background
background-color: #ff389c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff389c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 56, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 56, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff389c; background: linear-gradient(135deg, #ff389c, #FF5938);