#c062db
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 98, 219
HSL
287°, 63%, 62%
CMYK
12, 55, 0, 14
Luminance
0.2506
Every format
| HEX | #c062db |
| RGB | rgb(192, 98, 219) |
| HSL | hsl(287, 63%, 62%) |
| CMYK | cmyk(12%, 55%, 0%, 14%) |
| LAB | lab(57.1 56.0 -46.4) |
| LCH | lch(57.1 72.7 320.4) |
| OKLCH | oklch(0.654 0.194 318.2) |
Copy-ready code
/* CSS */
color: #c062db;
background-color: #c062db;
/* Tailwind (arbitrary) */
class="text-[#c062db] bg-[#c062db]"
/* SCSS */
$brand: #c062db;
/* SwiftUI */
Color(red: 0.753, green: 0.384, blue: 0.859)
/* Android */
Color.parseColor("#c062db")Accessibility — WCAG contrast
Aa
#c062db on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c062db on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green38.4%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta55.3%
Yellow0.0%
Key (black)14.1%
Color previews
#c062db text on a black background
contrast 6.01:1
Card sample
#c062db text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c062db;
Background color
Panel with #c062db background
background-color: #c062db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c062db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 98, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 98, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c062db; background: linear-gradient(135deg, #c062db, #DB62A5);