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