#cb66eb
a light, electric violet · warm · closest name: orchid
RGB
203, 102, 235
HSL
286°, 77%, 66%
CMYK
14, 57, 0, 8
Luminance
0.2820
Every format
| HEX | #cb66eb |
| RGB | rgb(203, 102, 235) |
| HSL | hsl(286, 77%, 66%) |
| CMYK | cmyk(14%, 57%, 0%, 8%) |
| LAB | lab(60.1 60.0 -50.6) |
| LCH | lch(60.1 78.5 319.9) |
| OKLCH | oklch(0.681 0.208 317.4) |
Copy-ready code
/* CSS */
color: #cb66eb;
background-color: #cb66eb;
/* Tailwind (arbitrary) */
class="text-[#cb66eb] bg-[#cb66eb]"
/* SCSS */
$brand: #cb66eb;
/* SwiftUI */
Color(red: 0.796, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#cb66eb")Accessibility — WCAG contrast
Aa
#cb66eb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb66eb on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green40.0%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cb66eb text on a black background
contrast 6.64:1
Card sample
#cb66eb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb66eb;
Background color
Panel with #cb66eb background
background-color: #cb66eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb66eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb66eb; background: linear-gradient(135deg, #cb66eb, #EB66B2);