#cb4cf3
a balanced, electric violet · warm · closest name: magenta
RGB
203, 76, 243
HSL
286°, 87%, 63%
CMYK
17, 69, 0, 5
Luminance
0.2434
Every format
| HEX | #cb4cf3 |
| RGB | rgb(203, 76, 243) |
| HSL | hsl(286, 87%, 63%) |
| CMYK | cmyk(17%, 69%, 0%, 5%) |
| LAB | lab(56.4 72.8 -60.9) |
| LCH | lch(56.4 94.9 320.1) |
| OKLCH | oklch(0.656 0.250 316.9) |
Copy-ready code
/* CSS */
color: #cb4cf3;
background-color: #cb4cf3;
/* Tailwind (arbitrary) */
class="text-[#cb4cf3] bg-[#cb4cf3]"
/* SCSS */
$brand: #cb4cf3;
/* SwiftUI */
Color(red: 0.796, green: 0.298, blue: 0.953)
/* Android */
Color.parseColor("#cb4cf3")Accessibility — WCAG contrast
Aa
#cb4cf3 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4cf3 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green29.8%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta68.7%
Yellow0.0%
Key (black)4.7%
Color previews
#cb4cf3 text on a black background
contrast 5.87:1
Card sample
#cb4cf3 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4cf3;
Background color
Panel with #cb4cf3 background
background-color: #cb4cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 76, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 76, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4cf3; background: linear-gradient(135deg, #cb4cf3, #F34CAC);