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