#cb2feb
a balanced, electric violet · warm · closest name: magenta
RGB
203, 47, 235
HSL
290°, 83%, 55%
CMYK
14, 80, 0, 8
Luminance
0.2073
Every format
| HEX | #cb2feb |
| RGB | rgb(203, 47, 235) |
| HSL | hsl(290, 83%, 55%) |
| CMYK | cmyk(14%, 80%, 0%, 8%) |
| LAB | lab(52.6 80.8 -62.4) |
| LCH | lch(52.6 102.1 322.3) |
| OKLCH | oklch(0.628 0.272 319.8) |
Copy-ready code
/* CSS */
color: #cb2feb;
background-color: #cb2feb;
/* Tailwind (arbitrary) */
class="text-[#cb2feb] bg-[#cb2feb]"
/* SCSS */
$brand: #cb2feb;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.922)
/* Android */
Color.parseColor("#cb2feb")Accessibility — WCAG contrast
Aa
#cb2feb on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2feb on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta80.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cb2feb text on a black background
contrast 5.15:1
Card sample
#cb2feb text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2feb;
Background color
Panel with #cb2feb background
background-color: #cb2feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2feb; background: linear-gradient(135deg, #cb2feb, #EB2F8E);