#cb76eb
a light, vivid violet · warm · closest name: orchid
RGB
203, 118, 235
HSL
284°, 75%, 69%
CMYK
14, 50, 0, 8
Luminance
0.3165
Every format
| HEX | #cb76eb |
| RGB | rgb(203, 118, 235) |
| HSL | hsl(284, 75%, 69%) |
| CMYK | cmyk(14%, 50%, 0%, 8%) |
| LAB | lab(63.1 52.1 -45.9) |
| LCH | lch(63.1 69.4 318.6) |
| OKLCH | oklch(0.703 0.184 316.1) |
Copy-ready code
/* CSS */
color: #cb76eb;
background-color: #cb76eb;
/* Tailwind (arbitrary) */
class="text-[#cb76eb] bg-[#cb76eb]"
/* SCSS */
$brand: #cb76eb;
/* SwiftUI */
Color(red: 0.796, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#cb76eb")Accessibility — WCAG contrast
Aa
#cb76eb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb76eb on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green46.3%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cb76eb text on a black background
contrast 7.33:1
Card sample
#cb76eb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb76eb;
Background color
Panel with #cb76eb background
background-color: #cb76eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb76eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb76eb; background: linear-gradient(135deg, #cb76eb, #EB76BD);