#cb46f2
a balanced, electric violet · warm · closest name: magenta
RGB
203, 70, 242
HSL
286°, 87%, 61%
CMYK
16, 71, 0, 5
Luminance
0.2349
Every format
| HEX | #cb46f2 |
| RGB | rgb(203, 70, 242) |
| HSL | hsl(286, 87%, 61%) |
| CMYK | cmyk(16%, 71%, 0%, 5%) |
| LAB | lab(55.6 74.9 -61.7) |
| LCH | lch(55.6 97.0 320.5) |
| OKLCH | oklch(0.650 0.256 317.4) |
Copy-ready code
/* CSS */
color: #cb46f2;
background-color: #cb46f2;
/* Tailwind (arbitrary) */
class="text-[#cb46f2] bg-[#cb46f2]"
/* SCSS */
$brand: #cb46f2;
/* SwiftUI */
Color(red: 0.796, green: 0.275, blue: 0.949)
/* Android */
Color.parseColor("#cb46f2")Accessibility — WCAG contrast
Aa
#cb46f2 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb46f2 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green27.5%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta71.1%
Yellow0.0%
Key (black)5.1%
Color previews
#cb46f2 text on a black background
contrast 5.70:1
Card sample
#cb46f2 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb46f2;
Background color
Panel with #cb46f2 background
background-color: #cb46f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb46f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 70, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 70, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb46f2; background: linear-gradient(135deg, #cb46f2, #F246A6);