#c078df
a light, vivid violet · warm · closest name: orchid
RGB
192, 120, 223
HSL
282°, 62%, 67%
CMYK
14, 46, 0, 13
Luminance
0.2997
Every format
| HEX | #c078df |
| RGB | rgb(192, 120, 223) |
| HSL | hsl(282, 62%, 67%) |
| CMYK | cmyk(14%, 46%, 0%, 13%) |
| LAB | lab(61.6 45.5 -41.5) |
| LCH | lch(61.6 61.6 317.7) |
| OKLCH | oklch(0.688 0.163 315.0) |
Copy-ready code
/* CSS */
color: #c078df;
background-color: #c078df;
/* Tailwind (arbitrary) */
class="text-[#c078df] bg-[#c078df]"
/* SCSS */
$brand: #c078df;
/* SwiftUI */
Color(red: 0.753, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#c078df")Accessibility — WCAG contrast
Aa
#c078df on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c078df on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.1%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta46.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c078df text on a black background
contrast 6.99:1
Card sample
#c078df text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c078df;
Background color
Panel with #c078df background
background-color: #c078df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c078df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c078df; background: linear-gradient(135deg, #c078df, #DF78BA);