#c51eb0
a dark, vivid magenta / pink · warm · closest name: purple
RGB
197, 30, 176
HSL
308°, 74%, 45%
CMYK
0, 85, 11, 23
Luminance
0.1593
Every format
| HEX | #c51eb0 |
| RGB | rgb(197, 30, 176) |
| HSL | hsl(308, 74%, 45%) |
| CMYK | cmyk(0%, 85%, 11%, 23%) |
| LAB | lab(46.9 74.3 -37.7) |
| LCH | lch(46.9 83.3 333.1) |
| OKLCH | oklch(0.574 0.240 334.5) |
Copy-ready code
/* CSS */
color: #c51eb0;
background-color: #c51eb0;
/* Tailwind (arbitrary) */
class="text-[#c51eb0] bg-[#c51eb0]"
/* SCSS */
$brand: #c51eb0;
/* SwiftUI */
Color(red: 0.773, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#c51eb0")Accessibility — WCAG contrast
Aa
#c51eb0 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c51eb0 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green11.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta84.8%
Yellow10.7%
Key (black)22.7%
Color previews
#c51eb0 text on a black background
contrast 4.19:1
Card sample
#c51eb0 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c51eb0;
Background color
Panel with #c51eb0 background
background-color: #c51eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c51eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c51eb0; background: linear-gradient(135deg, #c51eb0, #C51E41);