#c67cff
a light, electric violet · warm · closest name: violet
RGB
198, 124, 255
HSL
274°, 100%, 74%
CMYK
22, 51, 0, 0
Luminance
0.3364
Every format
| HEX | #c67cff |
| RGB | rgb(198, 124, 255) |
| HSL | hsl(274, 100%, 74%) |
| CMYK | cmyk(22%, 51%, 0%, 0%) |
| LAB | lab(64.7 51.9 -54.4) |
| LCH | lch(64.7 75.2 313.7) |
| OKLCH | oklch(0.717 0.194 308.4) |
Copy-ready code
/* CSS */
color: #c67cff;
background-color: #c67cff;
/* Tailwind (arbitrary) */
class="text-[#c67cff] bg-[#c67cff]"
/* SCSS */
$brand: #c67cff;
/* SwiftUI */
Color(red: 0.776, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#c67cff")Accessibility — WCAG contrast
Aa
#c67cff on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67cff on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green48.6%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c67cff text on a black background
contrast 7.73:1
Card sample
#c67cff text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67cff;
Background color
Panel with #c67cff background
background-color: #c67cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67cff; background: linear-gradient(135deg, #c67cff, #FF7CE1);