#c0286c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
192, 40, 108
HSL
333°, 66%, 46%
CMYK
0, 79, 44, 25
Luminance
0.1381
Every format
| HEX | #c0286c |
| RGB | rgb(192, 40, 108) |
| HSL | hsl(333, 66%, 46%) |
| CMYK | cmyk(0%, 79%, 44%, 25%) |
| LAB | lab(44.0 62.8 -1.1) |
| LCH | lch(44.0 62.8 359.0) |
| OKLCH | oklch(0.542 0.193 359.4) |
Copy-ready code
/* CSS */
color: #c0286c;
background-color: #c0286c;
/* Tailwind (arbitrary) */
class="text-[#c0286c] bg-[#c0286c]"
/* SCSS */
$brand: #c0286c;
/* SwiftUI */
Color(red: 0.753, green: 0.157, blue: 0.424)
/* Android */
Color.parseColor("#c0286c")Accessibility — WCAG contrast
Aa
#c0286c on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0286c on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green15.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow43.7%
Key (black)24.7%
Color previews
#c0286c text on a black background
contrast 3.76:1
Card sample
#c0286c text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0286c;
Background color
Panel with #c0286c background
background-color: #c0286c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0286c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 40, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 40, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0286c; background: linear-gradient(135deg, #c0286c, #C04928);