#ff397b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 57, 123
HSL
340°, 100%, 61%
CMYK
0, 78, 52, 0
Luminance
0.2562
Every format
| HEX | #ff397b |
| RGB | rgb(255, 57, 123) |
| HSL | hsl(340, 100%, 61%) |
| CMYK | cmyk(0%, 78%, 52%, 0%) |
| LAB | lab(57.7 75.8 11.0) |
| LCH | lch(57.7 76.6 8.3) |
| OKLCH | oklch(0.665 0.233 7.0) |
Copy-ready code
/* CSS */
color: #ff397b;
background-color: #ff397b;
/* Tailwind (arbitrary) */
class="text-[#ff397b] bg-[#ff397b]"
/* SCSS */
$brand: #ff397b;
/* SwiftUI */
Color(red: 1.000, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#ff397b")Accessibility — WCAG contrast
Aa
#ff397b on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff397b on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow51.8%
Key (black)0.0%
Color previews
#ff397b text on a black background
contrast 6.12:1
Card sample
#ff397b text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff397b;
Background color
Panel with #ff397b background
background-color: #ff397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff397b; background: linear-gradient(135deg, #ff397b, #FF7B39);