#cb52eb
a balanced, electric violet · warm · closest name: orchid
RGB
203, 82, 235
HSL
288°, 79%, 62%
CMYK
14, 65, 0, 8
Luminance
0.2473
Every format
| HEX | #cb52eb |
| RGB | rgb(203, 82, 235) |
| HSL | hsl(288, 79%, 62%) |
| CMYK | cmyk(14%, 65%, 0%, 8%) |
| LAB | lab(56.8 68.9 -55.8) |
| LCH | lch(56.8 88.6 321.0) |
| OKLCH | oklch(0.658 0.236 318.6) |
Copy-ready code
/* CSS */
color: #cb52eb;
background-color: #cb52eb;
/* Tailwind (arbitrary) */
class="text-[#cb52eb] bg-[#cb52eb]"
/* SCSS */
$brand: #cb52eb;
/* SwiftUI */
Color(red: 0.796, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#cb52eb")Accessibility — WCAG contrast
Aa
#cb52eb on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb52eb on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green32.2%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cb52eb text on a black background
contrast 5.95:1
Card sample
#cb52eb text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb52eb;
Background color
Panel with #cb52eb background
background-color: #cb52eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb52eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb52eb; background: linear-gradient(135deg, #cb52eb, #EB52A5);