#cb5ce8
a balanced, electric violet · warm · closest name: orchid
RGB
203, 92, 232
HSL
288°, 75%, 64%
CMYK
13, 60, 0, 9
Luminance
0.2618
Every format
| HEX | #cb5ce8 |
| RGB | rgb(203, 92, 232) |
| HSL | hsl(288, 75%, 64%) |
| CMYK | cmyk(13%, 60%, 0%, 9%) |
| LAB | lab(58.2 64.0 -51.9) |
| LCH | lch(58.2 82.4 321.0) |
| OKLCH | oklch(0.667 0.220 318.8) |
Copy-ready code
/* CSS */
color: #cb5ce8;
background-color: #cb5ce8;
/* Tailwind (arbitrary) */
class="text-[#cb5ce8] bg-[#cb5ce8]"
/* SCSS */
$brand: #cb5ce8;
/* SwiftUI */
Color(red: 0.796, green: 0.361, blue: 0.910)
/* Android */
Color.parseColor("#cb5ce8")Accessibility — WCAG contrast
Aa
#cb5ce8 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5ce8 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green36.1%
Blue91.0%
CMYK percentages
Cyan12.5%
Magenta60.3%
Yellow0.0%
Key (black)9.0%
Color previews
#cb5ce8 text on a black background
contrast 6.24:1
Card sample
#cb5ce8 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5ce8;
Background color
Panel with #cb5ce8 background
background-color: #cb5ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 92, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 92, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5ce8; background: linear-gradient(135deg, #cb5ce8, #E85CA8);