#cb3fec
a balanced, electric violet · warm · closest name: magenta
RGB
203, 63, 236
HSL
289°, 82%, 59%
CMYK
14, 73, 0, 8
Luminance
0.2231
Every format
| HEX | #cb3fec |
| RGB | rgb(203, 63, 236) |
| HSL | hsl(289, 82%, 59%) |
| CMYK | cmyk(14%, 73%, 0%, 8%) |
| LAB | lab(54.4 76.2 -60.3) |
| LCH | lch(54.4 97.2 321.7) |
| OKLCH | oklch(0.640 0.259 319.1) |
Copy-ready code
/* CSS */
color: #cb3fec;
background-color: #cb3fec;
/* Tailwind (arbitrary) */
class="text-[#cb3fec] bg-[#cb3fec]"
/* SCSS */
$brand: #cb3fec;
/* SwiftUI */
Color(red: 0.796, green: 0.247, blue: 0.925)
/* Android */
Color.parseColor("#cb3fec")Accessibility — WCAG contrast
Aa
#cb3fec on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3fec on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green24.7%
Blue92.5%
CMYK percentages
Cyan14.0%
Magenta73.3%
Yellow0.0%
Key (black)7.5%
Color previews
#cb3fec text on a black background
contrast 5.46:1
Card sample
#cb3fec text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3fec;
Background color
Panel with #cb3fec background
background-color: #cb3fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 63, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 63, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3fec; background: linear-gradient(135deg, #cb3fec, #EC3F99);