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