#c070df
a light, vivid violet · warm · closest name: orchid
RGB
192, 112, 223
HSL
283°, 63%, 66%
CMYK
14, 50, 0, 13
Luminance
0.2812
Every format
| HEX | #c070df |
| RGB | rgb(192, 112, 223) |
| HSL | hsl(283, 63%, 66%) |
| CMYK | cmyk(14%, 50%, 0%, 13%) |
| LAB | lab(60.0 49.7 -44.1) |
| LCH | lch(60.0 66.5 318.5) |
| OKLCH | oklch(0.676 0.176 315.8) |
Copy-ready code
/* CSS */
color: #c070df;
background-color: #c070df;
/* Tailwind (arbitrary) */
class="text-[#c070df] bg-[#c070df]"
/* SCSS */
$brand: #c070df;
/* SwiftUI */
Color(red: 0.753, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#c070df")Accessibility — WCAG contrast
Aa
#c070df on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c070df on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green43.9%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c070df text on a black background
contrast 6.62:1
Card sample
#c070df text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c070df;
Background color
Panel with #c070df background
background-color: #c070df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c070df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c070df; background: linear-gradient(135deg, #c070df, #DF70B4);