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