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