#cb68eb
a light, electric violet · warm · closest name: orchid
RGB
203, 104, 235
HSL
285°, 77%, 67%
CMYK
14, 56, 0, 8
Luminance
0.2860
Every format
| HEX | #cb68eb |
| RGB | rgb(203, 104, 235) |
| HSL | hsl(285, 77%, 67%) |
| CMYK | cmyk(14%, 56%, 0%, 8%) |
| LAB | lab(60.4 59.0 -50.0) |
| LCH | lch(60.4 77.4 319.7) |
| OKLCH | oklch(0.684 0.205 317.2) |
Copy-ready code
/* CSS */
color: #cb68eb;
background-color: #cb68eb;
/* Tailwind (arbitrary) */
class="text-[#cb68eb] bg-[#cb68eb]"
/* SCSS */
$brand: #cb68eb;
/* SwiftUI */
Color(red: 0.796, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#cb68eb")Accessibility — WCAG contrast
Aa
#cb68eb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb68eb on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green40.8%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cb68eb text on a black background
contrast 6.72:1
Card sample
#cb68eb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb68eb;
Background color
Panel with #cb68eb background
background-color: #cb68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb68eb; background: linear-gradient(135deg, #cb68eb, #EB68B4);