#c99af0
a light, vivid violet · warm · closest name: plum
RGB
201, 154, 240
HSL
273°, 74%, 77%
CMYK
16, 36, 0, 6
Luminance
0.4182
Every format
| HEX | #c99af0 |
| RGB | rgb(201, 154, 240) |
| HSL | hsl(273, 74%, 77%) |
| CMYK | cmyk(16%, 36%, 0%, 6%) |
| LAB | lab(70.8 33.4 -36.6) |
| LCH | lch(70.8 49.5 312.4) |
| OKLCH | oklch(0.761 0.129 308.7) |
Copy-ready code
/* CSS */
color: #c99af0;
background-color: #c99af0;
/* Tailwind (arbitrary) */
class="text-[#c99af0] bg-[#c99af0]"
/* SCSS */
$brand: #c99af0;
/* SwiftUI */
Color(red: 0.788, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#c99af0")Accessibility — WCAG contrast
Aa
#c99af0 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99af0 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green60.4%
Blue94.1%
CMYK percentages
Cyan16.3%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#c99af0 text on a black background
contrast 9.36:1
Card sample
#c99af0 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99af0;
Background color
Panel with #c99af0 background
background-color: #c99af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99af0; background: linear-gradient(135deg, #c99af0, #F09ADE);