#c690fd
a light, electric violet · warm · closest name: violet
RGB
198, 144, 253
HSL
270°, 97%, 78%
CMYK
22, 43, 0, 1
Luminance
0.3904
Every format
| HEX | #c690fd |
| RGB | rgb(198, 144, 253) |
| HSL | hsl(270, 97%, 78%) |
| CMYK | cmyk(22%, 43%, 0%, 1%) |
| LAB | lab(68.8 40.8 -46.8) |
| LCH | lch(68.8 62.1 311.1) |
| OKLCH | oklch(0.748 0.161 305.7) |
Copy-ready code
/* CSS */
color: #c690fd;
background-color: #c690fd;
/* Tailwind (arbitrary) */
class="text-[#c690fd] bg-[#c690fd]"
/* SCSS */
$brand: #c690fd;
/* SwiftUI */
Color(red: 0.776, green: 0.565, blue: 0.992)
/* Android */
Color.parseColor("#c690fd")Accessibility — WCAG contrast
Aa
#c690fd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c690fd on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green56.5%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta43.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c690fd text on a black background
contrast 8.81:1
Card sample
#c690fd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c690fd;
Background color
Panel with #c690fd background
background-color: #c690fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c690fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 144, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 144, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c690fd; background: linear-gradient(135deg, #c690fd, #FD90EB);