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