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