#c063df
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 99, 223
HSL
285°, 66%, 63%
CMYK
14, 56, 0, 13
Luminance
0.2546
Every format
| HEX | #c063df |
| RGB | rgb(192, 99, 223) |
| HSL | hsl(285, 66%, 63%) |
| CMYK | cmyk(14%, 56%, 0%, 13%) |
| LAB | lab(57.5 56.3 -48.0) |
| LCH | lch(57.5 74.0 319.5) |
| OKLCH | oklch(0.658 0.196 317.0) |
Copy-ready code
/* CSS */
color: #c063df;
background-color: #c063df;
/* Tailwind (arbitrary) */
class="text-[#c063df] bg-[#c063df]"
/* SCSS */
$brand: #c063df;
/* SwiftUI */
Color(red: 0.753, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#c063df")Accessibility — WCAG contrast
Aa
#c063df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c063df on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green38.8%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c063df text on a black background
contrast 6.09:1
Card sample
#c063df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c063df;
Background color
Panel with #c063df background
background-color: #c063df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c063df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c063df; background: linear-gradient(135deg, #c063df, #DF63AB);