#cb2ceb
a balanced, electric violet · warm · closest name: magenta
RGB
203, 44, 235
HSL
290°, 83%, 55%
CMYK
14, 81, 0, 8
Luminance
0.2050
Every format
| HEX | #cb2ceb |
| RGB | rgb(203, 44, 235) |
| HSL | hsl(290, 83%, 55%) |
| CMYK | cmyk(14%, 81%, 0%, 8%) |
| LAB | lab(52.4 81.5 -62.9) |
| LCH | lch(52.4 102.9 322.4) |
| OKLCH | oklch(0.626 0.274 319.9) |
Copy-ready code
/* CSS */
color: #cb2ceb;
background-color: #cb2ceb;
/* Tailwind (arbitrary) */
class="text-[#cb2ceb] bg-[#cb2ceb]"
/* SCSS */
$brand: #cb2ceb;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#cb2ceb")Accessibility — WCAG contrast
Aa
#cb2ceb on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2ceb on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cb2ceb text on a black background
contrast 5.10:1
Card sample
#cb2ceb text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2ceb;
Background color
Panel with #cb2ceb background
background-color: #cb2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2ceb; background: linear-gradient(135deg, #cb2ceb, #EB2C8C);