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