#c68def
a light, electric violet · warm · closest name: violet
RGB
198, 141, 239
HSL
275°, 75%, 75%
CMYK
17, 41, 0, 6
Luminance
0.3729
Every format
| HEX | #c68def |
| RGB | rgb(198, 141, 239) |
| HSL | hsl(275, 75%, 75%) |
| CMYK | cmyk(17%, 41%, 0%, 6%) |
| LAB | lab(67.5 39.4 -41.1) |
| LCH | lch(67.5 56.9 313.7) |
| OKLCH | oklch(0.736 0.149 309.9) |
Copy-ready code
/* CSS */
color: #c68def;
background-color: #c68def;
/* Tailwind (arbitrary) */
class="text-[#c68def] bg-[#c68def]"
/* SCSS */
$brand: #c68def;
/* SwiftUI */
Color(red: 0.776, green: 0.553, blue: 0.937)
/* Android */
Color.parseColor("#c68def")Accessibility — WCAG contrast
Aa
#c68def on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68def on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green55.3%
Blue93.7%
CMYK percentages
Cyan17.2%
Magenta41.0%
Yellow0.0%
Key (black)6.3%
Color previews
#c68def text on a black background
contrast 8.46:1
Card sample
#c68def text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68def;
Background color
Panel with #c68def background
background-color: #c68def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 141, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 141, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68def; background: linear-gradient(135deg, #c68def, #EF8DD7);