#cb79eb
a light, vivid violet · warm · closest name: orchid
RGB
203, 121, 235
HSL
283°, 74%, 70%
CMYK
14, 49, 0, 8
Luminance
0.3237
Every format
| HEX | #cb79eb |
| RGB | rgb(203, 121, 235) |
| HSL | hsl(283, 74%, 70%) |
| CMYK | cmyk(14%, 49%, 0%, 8%) |
| LAB | lab(63.6 50.5 -44.9) |
| LCH | lch(63.6 67.6 318.4) |
| OKLCH | oklch(0.708 0.179 315.8) |
Copy-ready code
/* CSS */
color: #cb79eb;
background-color: #cb79eb;
/* Tailwind (arbitrary) */
class="text-[#cb79eb] bg-[#cb79eb]"
/* SCSS */
$brand: #cb79eb;
/* SwiftUI */
Color(red: 0.796, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#cb79eb")Accessibility — WCAG contrast
Aa
#cb79eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb79eb on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green47.5%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cb79eb text on a black background
contrast 7.47:1
Card sample
#cb79eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb79eb;
Background color
Panel with #cb79eb background
background-color: #cb79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb79eb; background: linear-gradient(135deg, #cb79eb, #EB79BF);