#c67eee
a light, electric violet · warm · closest name: violet
RGB
198, 126, 238
HSL
279°, 77%, 71%
CMYK
17, 47, 0, 7
Luminance
0.3310
Every format
| HEX | #c67eee |
| RGB | rgb(198, 126, 238) |
| HSL | hsl(279, 77%, 71%) |
| CMYK | cmyk(17%, 47%, 0%, 7%) |
| LAB | lab(64.2 47.2 -45.7) |
| LCH | lch(64.2 65.7 315.9) |
| OKLCH | oklch(0.711 0.172 312.4) |
Copy-ready code
/* CSS */
color: #c67eee;
background-color: #c67eee;
/* Tailwind (arbitrary) */
class="text-[#c67eee] bg-[#c67eee]"
/* SCSS */
$brand: #c67eee;
/* SwiftUI */
Color(red: 0.776, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#c67eee")Accessibility — WCAG contrast
Aa
#c67eee on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67eee on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green49.4%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c67eee text on a black background
contrast 7.62:1
Card sample
#c67eee text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67eee;
Background color
Panel with #c67eee background
background-color: #c67eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67eee; background: linear-gradient(135deg, #c67eee, #EE7ECB);