#cb4eee
a balanced, electric violet · warm · closest name: magenta
RGB
203, 78, 238
HSL
287°, 83%, 62%
CMYK
15, 67, 0, 7
Luminance
0.2432
Every format
| HEX | #cb4eee |
| RGB | rgb(203, 78, 238) |
| HSL | hsl(287, 83%, 62%) |
| CMYK | cmyk(15%, 67%, 0%, 7%) |
| LAB | lab(56.4 71.1 -58.1) |
| LCH | lch(56.4 91.8 320.7) |
| OKLCH | oklch(0.655 0.243 318.0) |
Copy-ready code
/* CSS */
color: #cb4eee;
background-color: #cb4eee;
/* Tailwind (arbitrary) */
class="text-[#cb4eee] bg-[#cb4eee]"
/* SCSS */
$brand: #cb4eee;
/* SwiftUI */
Color(red: 0.796, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#cb4eee")Accessibility — WCAG contrast
Aa
#cb4eee on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4eee on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green30.6%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cb4eee text on a black background
contrast 5.86:1
Card sample
#cb4eee text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4eee;
Background color
Panel with #cb4eee background
background-color: #cb4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4eee; background: linear-gradient(135deg, #cb4eee, #EE4EA6);