#c0397b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 57, 123
HSL
331°, 54%, 49%
CMYK
0, 70, 36, 25
Luminance
0.1556
Every format
| HEX | #c0397b |
| RGB | rgb(192, 57, 123) |
| HSL | hsl(331, 54%, 49%) |
| CMYK | cmyk(0%, 70%, 36%, 25%) |
| LAB | lab(46.4 58.8 -6.7) |
| LCH | lch(46.4 59.2 353.5) |
| OKLCH | oklch(0.562 0.181 354.6) |
Copy-ready code
/* CSS */
color: #c0397b;
background-color: #c0397b;
/* Tailwind (arbitrary) */
class="text-[#c0397b] bg-[#c0397b]"
/* SCSS */
$brand: #c0397b;
/* SwiftUI */
Color(red: 0.753, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#c0397b")Accessibility — WCAG contrast
Aa
#c0397b on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0397b on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green22.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow35.9%
Key (black)24.7%
Color previews
#c0397b text on a black background
contrast 4.11:1
Card sample
#c0397b text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0397b;
Background color
Panel with #c0397b background
background-color: #c0397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0397b; background: linear-gradient(135deg, #c0397b, #C05139);