#c072df
a light, vivid violet · warm · closest name: orchid
RGB
192, 114, 223
HSL
283°, 63%, 66%
CMYK
14, 49, 0, 13
Luminance
0.2857
Every format
| HEX | #c072df |
| RGB | rgb(192, 114, 223) |
| HSL | hsl(283, 63%, 66%) |
| CMYK | cmyk(14%, 49%, 0%, 13%) |
| LAB | lab(60.4 48.7 -43.4) |
| LCH | lch(60.4 65.3 318.3) |
| OKLCH | oklch(0.679 0.173 315.6) |
Copy-ready code
/* CSS */
color: #c072df;
background-color: #c072df;
/* Tailwind (arbitrary) */
class="text-[#c072df] bg-[#c072df]"
/* SCSS */
$brand: #c072df;
/* SwiftUI */
Color(red: 0.753, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#c072df")Accessibility — WCAG contrast
Aa
#c072df on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c072df on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green44.7%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c072df text on a black background
contrast 6.71:1
Card sample
#c072df text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c072df;
Background color
Panel with #c072df background
background-color: #c072df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c072df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c072df; background: linear-gradient(135deg, #c072df, #DF72B5);