#c68eee
a light, vivid violet · warm · closest name: violet
RGB
198, 142, 238
HSL
275°, 74%, 75%
CMYK
17, 40, 0, 7
Luminance
0.3752
Every format
| HEX | #c68eee |
| RGB | rgb(198, 142, 238) |
| HSL | hsl(275, 74%, 75%) |
| CMYK | cmyk(17%, 40%, 0%, 7%) |
| LAB | lab(67.7 38.6 -40.3) |
| LCH | lch(67.7 55.8 313.8) |
| OKLCH | oklch(0.737 0.146 310.0) |
Copy-ready code
/* CSS */
color: #c68eee;
background-color: #c68eee;
/* Tailwind (arbitrary) */
class="text-[#c68eee] bg-[#c68eee]"
/* SCSS */
$brand: #c68eee;
/* SwiftUI */
Color(red: 0.776, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#c68eee")Accessibility — WCAG contrast
Aa
#c68eee on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68eee on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green55.7%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c68eee text on a black background
contrast 8.50:1
Card sample
#c68eee text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68eee;
Background color
Panel with #c68eee background
background-color: #c68eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68eee; background: linear-gradient(135deg, #c68eee, #EE8ED6);