#c983eb
a light, vivid violet · warm · closest name: orchid
RGB
201, 131, 235
HSL
280°, 72%, 72%
CMYK
15, 44, 0, 8
Luminance
0.3465
Every format
| HEX | #c983eb |
| RGB | rgb(201, 131, 235) |
| HSL | hsl(280, 72%, 72%) |
| CMYK | cmyk(15%, 44%, 0%, 8%) |
| LAB | lab(65.5 44.8 -42.1) |
| LCH | lch(65.5 61.4 316.8) |
| OKLCH | oklch(0.721 0.162 313.9) |
Copy-ready code
/* CSS */
color: #c983eb;
background-color: #c983eb;
/* Tailwind (arbitrary) */
class="text-[#c983eb] bg-[#c983eb]"
/* SCSS */
$brand: #c983eb;
/* SwiftUI */
Color(red: 0.788, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#c983eb")Accessibility — WCAG contrast
Aa
#c983eb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c983eb on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green51.4%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c983eb text on a black background
contrast 7.93:1
Card sample
#c983eb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c983eb;
Background color
Panel with #c983eb background
background-color: #c983eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c983eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c983eb; background: linear-gradient(135deg, #c983eb, #EB83C8);