#cb4199
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 65, 153
HSL
322°, 57%, 53%
CMYK
0, 68, 25, 20
Luminance
0.1878
Every format
| HEX | #cb4199 |
| RGB | rgb(203, 65, 153) |
| HSL | hsl(322, 57%, 53%) |
| CMYK | cmyk(0%, 68%, 25%, 20%) |
| LAB | lab(50.4 62.5 -18.5) |
| LCH | lch(50.4 65.2 343.5) |
| OKLCH | oklch(0.598 0.195 345.4) |
Copy-ready code
/* CSS */
color: #cb4199;
background-color: #cb4199;
/* Tailwind (arbitrary) */
class="text-[#cb4199] bg-[#cb4199]"
/* SCSS */
$brand: #cb4199;
/* SwiftUI */
Color(red: 0.796, green: 0.255, blue: 0.600)
/* Android */
Color.parseColor("#cb4199")Accessibility — WCAG contrast
Aa
#cb4199 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4199 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.5%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow24.6%
Key (black)20.4%
Color previews
#cb4199 text on a black background
contrast 4.76:1
Card sample
#cb4199 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4199;
Background color
Panel with #cb4199 background
background-color: #cb4199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 65, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 65, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4199; background: linear-gradient(135deg, #cb4199, #CB4541);