#cb6cef
a light, electric violet · warm · closest name: violet
RGB
203, 108, 239
HSL
284°, 80%, 68%
CMYK
15, 55, 0, 6
Luminance
0.2965
Every format
| HEX | #cb6cef |
| RGB | rgb(203, 108, 239) |
| HSL | hsl(284, 80%, 68%) |
| CMYK | cmyk(15%, 55%, 0%, 6%) |
| LAB | lab(61.4 57.9 -50.8) |
| LCH | lch(61.4 77.0 318.8) |
| OKLCH | oklch(0.691 0.203 315.8) |
Copy-ready code
/* CSS */
color: #cb6cef;
background-color: #cb6cef;
/* Tailwind (arbitrary) */
class="text-[#cb6cef] bg-[#cb6cef]"
/* SCSS */
$brand: #cb6cef;
/* SwiftUI */
Color(red: 0.796, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#cb6cef")Accessibility — WCAG contrast
Aa
#cb6cef on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb6cef on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green42.4%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#cb6cef text on a black background
contrast 6.93:1
Card sample
#cb6cef text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6cef;
Background color
Panel with #cb6cef background
background-color: #cb6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6cef; background: linear-gradient(135deg, #cb6cef, #EF6CBC);