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