#cb4182
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 65, 130
HSL
332°, 57%, 53%
CMYK
0, 68, 36, 20
Luminance
0.1809
Every format
| HEX | #cb4182 |
| RGB | rgb(203, 65, 130) |
| HSL | hsl(332, 57%, 53%) |
| CMYK | cmyk(0%, 68%, 36%, 20%) |
| LAB | lab(49.6 59.7 -6.0) |
| LCH | lch(49.6 60.0 354.3) |
| OKLCH | oklch(0.590 0.183 355.3) |
Copy-ready code
/* CSS */
color: #cb4182;
background-color: #cb4182;
/* Tailwind (arbitrary) */
class="text-[#cb4182] bg-[#cb4182]"
/* SCSS */
$brand: #cb4182;
/* SwiftUI */
Color(red: 0.796, green: 0.255, blue: 0.510)
/* Android */
Color.parseColor("#cb4182")Accessibility — WCAG contrast
Aa
#cb4182 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb4182 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.5%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow36.0%
Key (black)20.4%
Color previews
#cb4182 text on a black background
contrast 4.62:1
Card sample
#cb4182 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4182;
Background color
Panel with #cb4182 background
background-color: #cb4182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 65, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 65, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4182; background: linear-gradient(135deg, #cb4182, #CB5C41);