#c697fd
a light, electric violet · warm · closest name: violet
RGB
198, 151, 253
HSL
268°, 96%, 79%
CMYK
22, 40, 0, 1
Luminance
0.4123
Every format
| HEX | #c697fd |
| RGB | rgb(198, 151, 253) |
| HSL | hsl(268, 96%, 79%) |
| CMYK | cmyk(22%, 40%, 0%, 1%) |
| LAB | lab(70.3 37.0 -44.3) |
| LCH | lch(70.3 57.8 309.9) |
| OKLCH | oklch(0.759 0.149 304.3) |
Copy-ready code
/* CSS */
color: #c697fd;
background-color: #c697fd;
/* Tailwind (arbitrary) */
class="text-[#c697fd] bg-[#c697fd]"
/* SCSS */
$brand: #c697fd;
/* SwiftUI */
Color(red: 0.776, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#c697fd")Accessibility — WCAG contrast
Aa
#c697fd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c697fd on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green59.2%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c697fd text on a black background
contrast 9.25:1
Card sample
#c697fd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c697fd;
Background color
Panel with #c697fd background
background-color: #c697fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c697fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c697fd; background: linear-gradient(135deg, #c697fd, #FD97F0);