#cb4187
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 65, 135
HSL
330°, 57%, 53%
CMYK
0, 68, 34, 20
Luminance
0.1823
Every format
| HEX | #cb4187 |
| RGB | rgb(203, 65, 135) |
| HSL | hsl(330, 57%, 53%) |
| CMYK | cmyk(0%, 68%, 34%, 20%) |
| LAB | lab(49.8 60.3 -8.8) |
| LCH | lch(49.8 60.9 351.7) |
| OKLCH | oklch(0.591 0.186 353.1) |
Copy-ready code
/* CSS */
color: #cb4187;
background-color: #cb4187;
/* Tailwind (arbitrary) */
class="text-[#cb4187] bg-[#cb4187]"
/* SCSS */
$brand: #cb4187;
/* SwiftUI */
Color(red: 0.796, green: 0.255, blue: 0.529)
/* Android */
Color.parseColor("#cb4187")Accessibility — WCAG contrast
Aa
#cb4187 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb4187 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.5%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow33.5%
Key (black)20.4%
Color previews
#cb4187 text on a black background
contrast 4.65:1
Card sample
#cb4187 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4187;
Background color
Panel with #cb4187 background
background-color: #cb4187;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4187;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 65, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 65, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4187; background: linear-gradient(135deg, #cb4187, #CB5741);