#cb42cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 66, 203
HSL
300°, 57%, 53%
CMYK
0, 68, 0, 20
Luminance
0.2090
Every format
| HEX | #cb42cb |
| RGB | rgb(203, 66, 203) |
| HSL | hsl(300, 57%, 53%) |
| CMYK | cmyk(0%, 68%, 0%, 20%) |
| LAB | lab(52.9 69.5 -43.9) |
| LCH | lch(52.9 82.2 327.7) |
| OKLCH | oklch(0.623 0.229 327.9) |
Copy-ready code
/* CSS */
color: #cb42cb;
background-color: #cb42cb;
/* Tailwind (arbitrary) */
class="text-[#cb42cb] bg-[#cb42cb]"
/* SCSS */
$brand: #cb42cb;
/* SwiftUI */
Color(red: 0.796, green: 0.259, blue: 0.796)
/* Android */
Color.parseColor("#cb42cb")Accessibility — WCAG contrast
Aa
#cb42cb on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb42cb on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow0.0%
Key (black)20.4%
Color previews
#cb42cb text on a black background
contrast 5.18:1
Card sample
#cb42cb text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb42cb;
Background color
Panel with #cb42cb background
background-color: #cb42cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb42cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 66, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 66, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb42cb; background: linear-gradient(135deg, #cb42cb, #CB4270);