#cb87eb
a light, vivid violet · warm · closest name: orchid
RGB
203, 135, 235
HSL
281°, 71%, 73%
CMYK
14, 43, 0, 8
Luminance
0.3602
Every format
| HEX | #cb87eb |
| RGB | rgb(203, 135, 235) |
| HSL | hsl(281, 71%, 73%) |
| CMYK | cmyk(14%, 43%, 0%, 8%) |
| LAB | lab(66.5 43.2 -40.4) |
| LCH | lch(66.5 59.1 316.9) |
| OKLCH | oklch(0.729 0.156 314.3) |
Copy-ready code
/* CSS */
color: #cb87eb;
background-color: #cb87eb;
/* Tailwind (arbitrary) */
class="text-[#cb87eb] bg-[#cb87eb]"
/* SCSS */
$brand: #cb87eb;
/* SwiftUI */
Color(red: 0.796, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#cb87eb")Accessibility — WCAG contrast
Aa
#cb87eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb87eb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.9%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cb87eb text on a black background
contrast 8.20:1
Card sample
#cb87eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb87eb;
Background color
Panel with #cb87eb background
background-color: #cb87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb87eb; background: linear-gradient(135deg, #cb87eb, #EB87C8);