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