#cb2cef
a balanced, electric violet · warm · closest name: magenta
RGB
203, 44, 239
HSL
289°, 86%, 56%
CMYK
15, 82, 0, 6
Luminance
0.2073
Every format
| HEX | #cb2cef |
| RGB | rgb(203, 44, 239) |
| HSL | hsl(289, 86%, 56%) |
| CMYK | cmyk(15%, 82%, 0%, 6%) |
| LAB | lab(52.6 82.2 -64.7) |
| LCH | lch(52.6 104.6 321.8) |
| OKLCH | oklch(0.629 0.277 319.0) |
Copy-ready code
/* CSS */
color: #cb2cef;
background-color: #cb2cef;
/* Tailwind (arbitrary) */
class="text-[#cb2cef] bg-[#cb2cef]"
/* SCSS */
$brand: #cb2cef;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#cb2cef")Accessibility — WCAG contrast
Aa
#cb2cef on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2cef on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#cb2cef text on a black background
contrast 5.15:1
Card sample
#cb2cef text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2cef;
Background color
Panel with #cb2cef background
background-color: #cb2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2cef; background: linear-gradient(135deg, #cb2cef, #EF2C91);