#c67cfd
a light, electric violet · warm · closest name: violet
RGB
198, 124, 253
HSL
274°, 97%, 74%
CMYK
22, 51, 0, 1
Luminance
0.3351
Every format
| HEX | #c67cfd |
| RGB | rgb(198, 124, 253) |
| HSL | hsl(274, 97%, 74%) |
| CMYK | cmyk(22%, 51%, 0%, 1%) |
| LAB | lab(64.6 51.5 -53.4) |
| LCH | lch(64.6 74.2 313.9) |
| OKLCH | oklch(0.716 0.192 308.8) |
Copy-ready code
/* CSS */
color: #c67cfd;
background-color: #c67cfd;
/* Tailwind (arbitrary) */
class="text-[#c67cfd] bg-[#c67cfd]"
/* SCSS */
$brand: #c67cfd;
/* SwiftUI */
Color(red: 0.776, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#c67cfd")Accessibility — WCAG contrast
Aa
#c67cfd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c67cfd on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green48.6%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c67cfd text on a black background
contrast 7.70:1
Card sample
#c67cfd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c67cfd;
Background color
Panel with #c67cfd background
background-color: #c67cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c67cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c67cfd; background: linear-gradient(135deg, #c67cfd, #FD7CDE);