#cb3eef
a balanced, electric violet · warm · closest name: magenta
RGB
203, 62, 239
HSL
288°, 85%, 59%
CMYK
15, 74, 0, 6
Luminance
0.2237
Every format
| HEX | #cb3eef |
| RGB | rgb(203, 62, 239) |
| HSL | hsl(288, 85%, 59%) |
| CMYK | cmyk(15%, 74%, 0%, 6%) |
| LAB | lab(54.4 77.1 -61.8) |
| LCH | lch(54.4 98.8 321.3) |
| OKLCH | oklch(0.641 0.262 318.4) |
Copy-ready code
/* CSS */
color: #cb3eef;
background-color: #cb3eef;
/* Tailwind (arbitrary) */
class="text-[#cb3eef] bg-[#cb3eef]"
/* SCSS */
$brand: #cb3eef;
/* SwiftUI */
Color(red: 0.796, green: 0.243, blue: 0.937)
/* Android */
Color.parseColor("#cb3eef")Accessibility — WCAG contrast
Aa
#cb3eef on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3eef on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green24.3%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta74.1%
Yellow0.0%
Key (black)6.3%
Color previews
#cb3eef text on a black background
contrast 5.47:1
Card sample
#cb3eef text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3eef;
Background color
Panel with #cb3eef background
background-color: #cb3eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 62, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 62, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3eef; background: linear-gradient(135deg, #cb3eef, #EF3E9D);