#c668eb
a light, electric violet · warm · closest name: orchid
RGB
198, 104, 235
HSL
283°, 77%, 67%
CMYK
16, 56, 0, 8
Luminance
0.2790
Every format
| HEX | #c668eb |
| RGB | rgb(198, 104, 235) |
| HSL | hsl(283, 77%, 67%) |
| CMYK | cmyk(16%, 56%, 0%, 8%) |
| LAB | lab(59.8 57.8 -51.0) |
| LCH | lch(59.8 77.1 318.5) |
| OKLCH | oklch(0.678 0.203 315.5) |
Copy-ready code
/* CSS */
color: #c668eb;
background-color: #c668eb;
/* Tailwind (arbitrary) */
class="text-[#c668eb] bg-[#c668eb]"
/* SCSS */
$brand: #c668eb;
/* SwiftUI */
Color(red: 0.776, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#c668eb")Accessibility — WCAG contrast
Aa
#c668eb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c668eb on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green40.8%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c668eb text on a black background
contrast 6.58:1
Card sample
#c668eb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c668eb;
Background color
Panel with #c668eb background
background-color: #c668eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c668eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c668eb; background: linear-gradient(135deg, #c668eb, #EB68B9);