#cb3cf5
a balanced, electric violet · warm · closest name: magenta
RGB
203, 60, 245
HSL
286°, 90%, 60%
CMYK
17, 76, 0, 4
Luminance
0.2252
Every format
| HEX | #cb3cf5 |
| RGB | rgb(203, 60, 245) |
| HSL | hsl(286, 90%, 60%) |
| CMYK | cmyk(17%, 76%, 0%, 4%) |
| LAB | lab(54.6 78.8 -64.9) |
| LCH | lch(54.6 102.1 320.5) |
| OKLCH | oklch(0.643 0.269 317.1) |
Copy-ready code
/* CSS */
color: #cb3cf5;
background-color: #cb3cf5;
/* Tailwind (arbitrary) */
class="text-[#cb3cf5] bg-[#cb3cf5]"
/* SCSS */
$brand: #cb3cf5;
/* SwiftUI */
Color(red: 0.796, green: 0.235, blue: 0.961)
/* Android */
Color.parseColor("#cb3cf5")Accessibility — WCAG contrast
Aa
#cb3cf5 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3cf5 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green23.5%
Blue96.1%
CMYK percentages
Cyan17.1%
Magenta75.5%
Yellow0.0%
Key (black)3.9%
Color previews
#cb3cf5 text on a black background
contrast 5.50:1
Card sample
#cb3cf5 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3cf5;
Background color
Panel with #cb3cf5 background
background-color: #cb3cf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3cf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 60, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 60, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3cf5; background: linear-gradient(135deg, #cb3cf5, #F53CA4);