#cb4cf5
a balanced, electric violet · warm · closest name: magenta
RGB
203, 76, 245
HSL
285°, 89%, 63%
CMYK
17, 69, 0, 4
Luminance
0.2446
Every format
| HEX | #cb4cf5 |
| RGB | rgb(203, 76, 245) |
| HSL | hsl(285, 89%, 63%) |
| CMYK | cmyk(17%, 69%, 0%, 4%) |
| LAB | lab(56.5 73.2 -61.8) |
| LCH | lch(56.5 95.8 319.8) |
| OKLCH | oklch(0.657 0.252 316.4) |
Copy-ready code
/* CSS */
color: #cb4cf5;
background-color: #cb4cf5;
/* Tailwind (arbitrary) */
class="text-[#cb4cf5] bg-[#cb4cf5]"
/* SCSS */
$brand: #cb4cf5;
/* SwiftUI */
Color(red: 0.796, green: 0.298, blue: 0.961)
/* Android */
Color.parseColor("#cb4cf5")Accessibility — WCAG contrast
Aa
#cb4cf5 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4cf5 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green29.8%
Blue96.1%
CMYK percentages
Cyan17.1%
Magenta69.0%
Yellow0.0%
Key (black)3.9%
Color previews
#cb4cf5 text on a black background
contrast 5.89:1
Card sample
#cb4cf5 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4cf5;
Background color
Panel with #cb4cf5 background
background-color: #cb4cf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4cf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 76, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 76, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4cf5; background: linear-gradient(135deg, #cb4cf5, #F54CAE);