#c7397b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 57, 123
HSL
332°, 56%, 50%
CMYK
0, 71, 38, 22
Luminance
0.1650
Every format
| HEX | #c7397b |
| RGB | rgb(199, 57, 123) |
| HSL | hsl(332, 56%, 50%) |
| CMYK | cmyk(0%, 71%, 38%, 22%) |
| LAB | lab(47.6 60.8 -4.8) |
| LCH | lch(47.6 61.0 355.5) |
| OKLCH | oklch(0.573 0.187 356.4) |
Copy-ready code
/* CSS */
color: #c7397b;
background-color: #c7397b;
/* Tailwind (arbitrary) */
class="text-[#c7397b] bg-[#c7397b]"
/* SCSS */
$brand: #c7397b;
/* SwiftUI */
Color(red: 0.780, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#c7397b")Accessibility — WCAG contrast
Aa
#c7397b on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c7397b on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green22.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow38.2%
Key (black)22.0%
Color previews
#c7397b text on a black background
contrast 4.30:1
Card sample
#c7397b text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7397b;
Background color
Panel with #c7397b background
background-color: #c7397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7397b; background: linear-gradient(135deg, #c7397b, #C75639);