#cb6fec
a light, electric violet · warm · closest name: violet
RGB
203, 111, 236
HSL
284°, 77%, 68%
CMYK
14, 53, 0, 8
Luminance
0.3012
Every format
| HEX | #cb6fec |
| RGB | rgb(203, 111, 236) |
| HSL | hsl(284, 77%, 68%) |
| CMYK | cmyk(14%, 53%, 0%, 8%) |
| LAB | lab(61.8 55.8 -48.5) |
| LCH | lch(61.8 73.9 319.0) |
| OKLCH | oklch(0.694 0.196 316.4) |
Copy-ready code
/* CSS */
color: #cb6fec;
background-color: #cb6fec;
/* Tailwind (arbitrary) */
class="text-[#cb6fec] bg-[#cb6fec]"
/* SCSS */
$brand: #cb6fec;
/* SwiftUI */
Color(red: 0.796, green: 0.435, blue: 0.925)
/* Android */
Color.parseColor("#cb6fec")Accessibility — WCAG contrast
Aa
#cb6fec on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb6fec on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green43.5%
Blue92.5%
CMYK percentages
Cyan14.0%
Magenta53.0%
Yellow0.0%
Key (black)7.5%
Color previews
#cb6fec text on a black background
contrast 7.02:1
Card sample
#cb6fec text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6fec;
Background color
Panel with #cb6fec background
background-color: #cb6fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 111, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 111, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6fec; background: linear-gradient(135deg, #cb6fec, #EC6FBA);