#cb5699
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 86, 153
HSL
326°, 53%, 57%
CMYK
0, 58, 25, 20
Luminance
0.2165
Every format
| HEX | #cb5699 |
| RGB | rgb(203, 86, 153) |
| HSL | hsl(326, 53%, 57%) |
| CMYK | cmyk(0%, 58%, 25%, 20%) |
| LAB | lab(53.7 53.7 -13.6) |
| LCH | lch(53.7 55.4 345.8) |
| OKLCH | oklch(0.622 0.166 347.5) |
Copy-ready code
/* CSS */
color: #cb5699;
background-color: #cb5699;
/* Tailwind (arbitrary) */
class="text-[#cb5699] bg-[#cb5699]"
/* SCSS */
$brand: #cb5699;
/* SwiftUI */
Color(red: 0.796, green: 0.337, blue: 0.600)
/* Android */
Color.parseColor("#cb5699")Accessibility — WCAG contrast
Aa
#cb5699 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5699 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green33.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow24.6%
Key (black)20.4%
Color previews
#cb5699 text on a black background
contrast 5.33:1
Card sample
#cb5699 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5699;
Background color
Panel with #cb5699 background
background-color: #cb5699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 86, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 86, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5699; background: linear-gradient(135deg, #cb5699, #CB6156);