#cb83eb
a light, vivid violet · warm · closest name: orchid
RGB
203, 131, 235
HSL
282°, 72%, 72%
CMYK
14, 44, 0, 8
Luminance
0.3493
Every format
| HEX | #cb83eb |
| RGB | rgb(203, 131, 235) |
| HSL | hsl(282, 72%, 72%) |
| CMYK | cmyk(14%, 44%, 0%, 8%) |
| LAB | lab(65.7 45.3 -41.7) |
| LCH | lch(65.7 61.6 317.4) |
| OKLCH | oklch(0.723 0.163 314.8) |
Copy-ready code
/* CSS */
color: #cb83eb;
background-color: #cb83eb;
/* Tailwind (arbitrary) */
class="text-[#cb83eb] bg-[#cb83eb]"
/* SCSS */
$brand: #cb83eb;
/* SwiftUI */
Color(red: 0.796, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#cb83eb")Accessibility — WCAG contrast
Aa
#cb83eb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb83eb on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green51.4%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cb83eb text on a black background
contrast 7.99:1
Card sample
#cb83eb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb83eb;
Background color
Panel with #cb83eb background
background-color: #cb83eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb83eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb83eb; background: linear-gradient(135deg, #cb83eb, #EB83C6);