#c67af4
a light, electric violet · warm · closest name: violet
RGB
198, 122, 244
HSL
277°, 85%, 72%
CMYK
19, 50, 0, 4
Luminance
0.3246
Every format
| HEX | #c67af4 |
| RGB | rgb(198, 122, 244) |
| HSL | hsl(277, 85%, 72%) |
| CMYK | cmyk(19%, 50%, 0%, 4%) |
| LAB | lab(63.7 50.6 -49.8) |
| LCH | lch(63.7 71.0 315.4) |
| OKLCH | oklch(0.708 0.185 311.3) |
Copy-ready code
/* CSS */
color: #c67af4;
background-color: #c67af4;
/* Tailwind (arbitrary) */
class="text-[#c67af4] bg-[#c67af4]"
/* SCSS */
$brand: #c67af4;
/* SwiftUI */
Color(red: 0.776, green: 0.478, blue: 0.957)
/* Android */
Color.parseColor("#c67af4")Accessibility — WCAG contrast
Aa
#c67af4 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67af4 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green47.8%
Blue95.7%
CMYK percentages
Cyan18.9%
Magenta50.0%
Yellow0.0%
Key (black)4.3%
Color previews
#c67af4 text on a black background
contrast 7.49:1
Card sample
#c67af4 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67af4;
Background color
Panel with #c67af4 background
background-color: #c67af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 122, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 122, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67af4; background: linear-gradient(135deg, #c67af4, #F47AD1);