#cb41b0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 65, 176
HSL
312°, 57%, 53%
CMYK
0, 68, 13, 20
Luminance
0.1961
Every format
| HEX | #cb41b0 |
| RGB | rgb(203, 65, 176) |
| HSL | hsl(312, 57%, 53%) |
| CMYK | cmyk(0%, 68%, 13%, 20%) |
| LAB | lab(51.4 65.7 -30.6) |
| LCH | lch(51.4 72.4 335.0) |
| OKLCH | oklch(0.609 0.210 336.7) |
Copy-ready code
/* CSS */
color: #cb41b0;
background-color: #cb41b0;
/* Tailwind (arbitrary) */
class="text-[#cb41b0] bg-[#cb41b0]"
/* SCSS */
$brand: #cb41b0;
/* SwiftUI */
Color(red: 0.796, green: 0.255, blue: 0.690)
/* Android */
Color.parseColor("#cb41b0")Accessibility — WCAG contrast
Aa
#cb41b0 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb41b0 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow13.3%
Key (black)20.4%
Color previews
#cb41b0 text on a black background
contrast 4.92:1
Card sample
#cb41b0 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb41b0;
Background color
Panel with #cb41b0 background
background-color: #cb41b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb41b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 65, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 65, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb41b0; background: linear-gradient(135deg, #cb41b0, #CB4154);