#c68bfd
a light, electric violet · warm · closest name: violet
RGB
198, 139, 253
HSL
271°, 97%, 77%
CMYK
22, 45, 0, 1
Luminance
0.3756
Every format
| HEX | #c68bfd |
| RGB | rgb(198, 139, 253) |
| HSL | hsl(271, 97%, 77%) |
| CMYK | cmyk(22%, 45%, 0%, 1%) |
| LAB | lab(67.7 43.5 -48.5) |
| LCH | lch(67.7 65.2 311.9) |
| OKLCH | oklch(0.739 0.169 306.6) |
Copy-ready code
/* CSS */
color: #c68bfd;
background-color: #c68bfd;
/* Tailwind (arbitrary) */
class="text-[#c68bfd] bg-[#c68bfd]"
/* SCSS */
$brand: #c68bfd;
/* SwiftUI */
Color(red: 0.776, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#c68bfd")Accessibility — WCAG contrast
Aa
#c68bfd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68bfd on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green54.5%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c68bfd text on a black background
contrast 8.51:1
Card sample
#c68bfd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68bfd;
Background color
Panel with #c68bfd background
background-color: #c68bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68bfd; background: linear-gradient(135deg, #c68bfd, #FD8BE8);