#cb3fe2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 63, 226
HSL
292°, 74%, 57%
CMYK
10, 72, 0, 11
Luminance
0.2174
Every format
| HEX | #cb3fe2 |
| RGB | rgb(203, 63, 226) |
| HSL | hsl(292, 74%, 57%) |
| CMYK | cmyk(10%, 72%, 0%, 11%) |
| LAB | lab(53.8 74.4 -55.6) |
| LCH | lch(53.8 92.9 323.2) |
| OKLCH | oklch(0.634 0.250 321.6) |
Copy-ready code
/* CSS */
color: #cb3fe2;
background-color: #cb3fe2;
/* Tailwind (arbitrary) */
class="text-[#cb3fe2] bg-[#cb3fe2]"
/* SCSS */
$brand: #cb3fe2;
/* SwiftUI */
Color(red: 0.796, green: 0.247, blue: 0.886)
/* Android */
Color.parseColor("#cb3fe2")Accessibility — WCAG contrast
Aa
#cb3fe2 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3fe2 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green24.7%
Blue88.6%
CMYK percentages
Cyan10.2%
Magenta72.1%
Yellow0.0%
Key (black)11.4%
Color previews
#cb3fe2 text on a black background
contrast 5.35:1
Card sample
#cb3fe2 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3fe2;
Background color
Panel with #cb3fe2 background
background-color: #cb3fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 63, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 63, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3fe2; background: linear-gradient(135deg, #cb3fe2, #E23F8D);