#c99afd
a light, electric violet · warm · closest name: violet
RGB
201, 154, 253
HSL
269°, 96%, 80%
CMYK
21, 39, 0, 1
Luminance
0.4262
Every format
| HEX | #c99afd |
| RGB | rgb(201, 154, 253) |
| HSL | hsl(269, 96%, 80%) |
| CMYK | cmyk(21%, 39%, 0%, 1%) |
| LAB | lab(71.3 36.2 -42.8) |
| LCH | lch(71.3 56.1 310.2) |
| OKLCH | oklch(0.767 0.145 305.1) |
Copy-ready code
/* CSS */
color: #c99afd;
background-color: #c99afd;
/* Tailwind (arbitrary) */
class="text-[#c99afd] bg-[#c99afd]"
/* SCSS */
$brand: #c99afd;
/* SwiftUI */
Color(red: 0.788, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#c99afd")Accessibility — WCAG contrast
Aa
#c99afd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99afd on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green60.4%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c99afd text on a black background
contrast 9.52:1
Card sample
#c99afd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99afd;
Background color
Panel with #c99afd background
background-color: #c99afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99afd; background: linear-gradient(135deg, #c99afd, #FD9AEF);