#c042db
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 66, 219
HSL
289°, 68%, 56%
CMYK
12, 70, 0, 14
Luminance
0.2022
Every format
| HEX | #c042db |
| RGB | rgb(192, 66, 219) |
| HSL | hsl(289, 68%, 56%) |
| CMYK | cmyk(12%, 70%, 0%, 14%) |
| LAB | lab(52.1 69.9 -54.4) |
| LCH | lch(52.1 88.5 322.1) |
| OKLCH | oklch(0.618 0.237 320.0) |
Copy-ready code
/* CSS */
color: #c042db;
background-color: #c042db;
/* Tailwind (arbitrary) */
class="text-[#c042db] bg-[#c042db]"
/* SCSS */
$brand: #c042db;
/* SwiftUI */
Color(red: 0.753, green: 0.259, blue: 0.859)
/* Android */
Color.parseColor("#c042db")Accessibility — WCAG contrast
Aa
#c042db on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c042db on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green25.9%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta69.9%
Yellow0.0%
Key (black)14.1%
Color previews
#c042db text on a black background
contrast 5.04:1
Card sample
#c042db text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c042db;
Background color
Panel with #c042db background
background-color: #c042db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c042db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 66, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 66, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c042db; background: linear-gradient(135deg, #c042db, #DB4290);