#c074eb
a light, vivid violet · warm · closest name: orchid
RGB
192, 116, 235
HSL
278°, 75%, 69%
CMYK
18, 51, 0, 8
Luminance
0.2970
Every format
| HEX | #c074eb |
| RGB | rgb(192, 116, 235) |
| HSL | hsl(278, 75%, 69%) |
| CMYK | cmyk(18%, 51%, 0%, 8%) |
| LAB | lab(61.4 50.2 -48.6) |
| LCH | lch(61.4 69.8 315.9) |
| OKLCH | oklch(0.688 0.182 312.0) |
Copy-ready code
/* CSS */
color: #c074eb;
background-color: #c074eb;
/* Tailwind (arbitrary) */
class="text-[#c074eb] bg-[#c074eb]"
/* SCSS */
$brand: #c074eb;
/* SwiftUI */
Color(red: 0.753, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#c074eb")Accessibility — WCAG contrast
Aa
#c074eb on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c074eb on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green45.5%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c074eb text on a black background
contrast 6.94:1
Card sample
#c074eb text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c074eb;
Background color
Panel with #c074eb background
background-color: #c074eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c074eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c074eb; background: linear-gradient(135deg, #c074eb, #EB74C7);