#cb5cef
a balanced, electric violet · warm · closest name: violet
RGB
203, 92, 239
HSL
285°, 82%, 65%
CMYK
15, 62, 0, 6
Luminance
0.2658
Every format
| HEX | #cb5cef |
| RGB | rgb(203, 92, 239) |
| HSL | hsl(285, 82%, 65%) |
| CMYK | cmyk(15%, 62%, 0%, 6%) |
| LAB | lab(58.6 65.4 -55.2) |
| LCH | lch(58.6 85.5 319.9) |
| OKLCH | oklch(0.671 0.226 317.0) |
Copy-ready code
/* CSS */
color: #cb5cef;
background-color: #cb5cef;
/* Tailwind (arbitrary) */
class="text-[#cb5cef] bg-[#cb5cef]"
/* SCSS */
$brand: #cb5cef;
/* SwiftUI */
Color(red: 0.796, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#cb5cef")Accessibility — WCAG contrast
Aa
#cb5cef on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5cef on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green36.1%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cb5cef text on a black background
contrast 6.32:1
Card sample
#cb5cef text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5cef;
Background color
Panel with #cb5cef background
background-color: #cb5cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5cef; background: linear-gradient(135deg, #cb5cef, #EF5CB1);