#c99df7
a light, electric violet · warm · closest name: plum
RGB
201, 157, 247
HSL
269°, 85%, 79%
CMYK
19, 36, 0, 3
Luminance
0.4325
Every format
| HEX | #c99df7 |
| RGB | rgb(201, 157, 247) |
| HSL | hsl(269, 85%, 79%) |
| CMYK | cmyk(19%, 36%, 0%, 3%) |
| LAB | lab(71.7 33.3 -38.9) |
| LCH | lch(71.7 51.2 310.5) |
| OKLCH | oklch(0.769 0.133 306.0) |
Copy-ready code
/* CSS */
color: #c99df7;
background-color: #c99df7;
/* Tailwind (arbitrary) */
class="text-[#c99df7] bg-[#c99df7]"
/* SCSS */
$brand: #c99df7;
/* SwiftUI */
Color(red: 0.788, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#c99df7")Accessibility — WCAG contrast
Aa
#c99df7 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99df7 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green61.6%
Blue96.9%
CMYK percentages
Cyan18.6%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#c99df7 text on a black background
contrast 9.65:1
Card sample
#c99df7 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99df7;
Background color
Panel with #c99df7 background
background-color: #c99df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99df7; background: linear-gradient(135deg, #c99df7, #F79DE9);