#cb4cef
a balanced, electric violet · warm · closest name: magenta
RGB
203, 76, 239
HSL
287°, 84%, 62%
CMYK
15, 68, 0, 6
Luminance
0.2410
Every format
| HEX | #cb4cef |
| RGB | rgb(203, 76, 239) |
| HSL | hsl(287, 84%, 62%) |
| CMYK | cmyk(15%, 68%, 0%, 6%) |
| LAB | lab(56.2 72.1 -59.0) |
| LCH | lch(56.2 93.1 320.7) |
| OKLCH | oklch(0.654 0.247 317.9) |
Copy-ready code
/* CSS */
color: #cb4cef;
background-color: #cb4cef;
/* Tailwind (arbitrary) */
class="text-[#cb4cef] bg-[#cb4cef]"
/* SCSS */
$brand: #cb4cef;
/* SwiftUI */
Color(red: 0.796, green: 0.298, blue: 0.937)
/* Android */
Color.parseColor("#cb4cef")Accessibility — WCAG contrast
Aa
#cb4cef on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4cef on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green29.8%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta68.2%
Yellow0.0%
Key (black)6.3%
Color previews
#cb4cef text on a black background
contrast 5.82:1
Card sample
#cb4cef text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4cef;
Background color
Panel with #cb4cef background
background-color: #cb4cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 76, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 76, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4cef; background: linear-gradient(135deg, #cb4cef, #EF4CA7);