#c044db
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 68, 219
HSL
289°, 68%, 56%
CMYK
12, 69, 0, 14
Luminance
0.2046
Every format
| HEX | #c044db |
| RGB | rgb(192, 68, 219) |
| HSL | hsl(289, 68%, 56%) |
| CMYK | cmyk(12%, 69%, 0%, 14%) |
| LAB | lab(52.4 69.1 -54.0) |
| LCH | lch(52.4 87.7 322.0) |
| OKLCH | oklch(0.619 0.234 319.9) |
Copy-ready code
/* CSS */
color: #c044db;
background-color: #c044db;
/* Tailwind (arbitrary) */
class="text-[#c044db] bg-[#c044db]"
/* SCSS */
$brand: #c044db;
/* SwiftUI */
Color(red: 0.753, green: 0.267, blue: 0.859)
/* Android */
Color.parseColor("#c044db")Accessibility — WCAG contrast
Aa
#c044db on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c044db on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green26.7%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta68.9%
Yellow0.0%
Key (black)14.1%
Color previews
#c044db text on a black background
contrast 5.09:1
Card sample
#c044db text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c044db;
Background color
Panel with #c044db background
background-color: #c044db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c044db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 68, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 68, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c044db; background: linear-gradient(135deg, #c044db, #DB4491);