#c067eb
a light, electric violet · warm · closest name: orchid
RGB
192, 103, 235
HSL
281°, 77%, 66%
CMYK
18, 56, 0, 8
Luminance
0.2691
Every format
| HEX | #c067eb |
| RGB | rgb(192, 103, 235) |
| HSL | hsl(281, 77%, 66%) |
| CMYK | cmyk(18%, 56%, 0%, 8%) |
| LAB | lab(58.9 56.8 -52.5) |
| LCH | lch(58.9 77.4 317.2) |
| OKLCH | oklch(0.670 0.202 313.4) |
Copy-ready code
/* CSS */
color: #c067eb;
background-color: #c067eb;
/* Tailwind (arbitrary) */
class="text-[#c067eb] bg-[#c067eb]"
/* SCSS */
$brand: #c067eb;
/* SwiftUI */
Color(red: 0.753, green: 0.404, blue: 0.922)
/* Android */
Color.parseColor("#c067eb")Accessibility — WCAG contrast
Aa
#c067eb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c067eb on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green40.4%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta56.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c067eb text on a black background
contrast 6.38:1
Card sample
#c067eb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c067eb;
Background color
Panel with #c067eb background
background-color: #c067eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c067eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 103, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 103, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c067eb; background: linear-gradient(135deg, #c067eb, #EB67BE);