#c992eb
a light, vivid violet · warm · closest name: plum
RGB
201, 146, 235
HSL
277°, 69%, 75%
CMYK
15, 38, 0, 8
Luminance
0.3897
Every format
| HEX | #c992eb |
| RGB | rgb(201, 146, 235) |
| HSL | hsl(277, 69%, 75%) |
| CMYK | cmyk(15%, 38%, 0%, 8%) |
| LAB | lab(68.7 36.7 -37.0) |
| LCH | lch(68.7 52.1 314.8) |
| OKLCH | oklch(0.745 0.137 311.7) |
Copy-ready code
/* CSS */
color: #c992eb;
background-color: #c992eb;
/* Tailwind (arbitrary) */
class="text-[#c992eb] bg-[#c992eb]"
/* SCSS */
$brand: #c992eb;
/* SwiftUI */
Color(red: 0.788, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#c992eb")Accessibility — WCAG contrast
Aa
#c992eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c992eb on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.3%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c992eb text on a black background
contrast 8.79:1
Card sample
#c992eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c992eb;
Background color
Panel with #c992eb background
background-color: #c992eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c992eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c992eb; background: linear-gradient(135deg, #c992eb, #EB92D2);