#c99cdb
a light, vivid violet · warm · closest name: plum
RGB
201, 156, 219
HSL
283°, 47%, 74%
CMYK
8, 29, 0, 14
Luminance
0.4131
Every format
| HEX | #c99cdb |
| RGB | rgb(201, 156, 219) |
| HSL | hsl(283, 47%, 74%) |
| CMYK | cmyk(8%, 29%, 0%, 14%) |
| LAB | lab(70.4 27.9 -25.6) |
| LCH | lch(70.4 37.9 317.4) |
| OKLCH | oklch(0.756 0.101 316.1) |
Copy-ready code
/* CSS */
color: #c99cdb;
background-color: #c99cdb;
/* Tailwind (arbitrary) */
class="text-[#c99cdb] bg-[#c99cdb]"
/* SCSS */
$brand: #c99cdb;
/* SwiftUI */
Color(red: 0.788, green: 0.612, blue: 0.859)
/* Android */
Color.parseColor("#c99cdb")Accessibility — WCAG contrast
Aa
#c99cdb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99cdb on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green61.2%
Blue85.9%
CMYK percentages
Cyan8.2%
Magenta28.8%
Yellow0.0%
Key (black)14.1%
Color previews
#c99cdb text on a black background
contrast 9.26:1
Card sample
#c99cdb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99cdb;
Background color
Panel with #c99cdb background
background-color: #c99cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 156, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 156, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99cdb; background: linear-gradient(135deg, #c99cdb, #DB9CC3);