#cb2cb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 44, 183
HSL
308°, 64%, 48%
CMYK
0, 78, 10, 20
Luminance
0.1792
Every format
| HEX | #cb2cb7 |
| RGB | rgb(203, 44, 183) |
| HSL | hsl(308, 64%, 48%) |
| CMYK | cmyk(0%, 78%, 10%, 20%) |
| LAB | lab(49.4 73.3 -37.8) |
| LCH | lch(49.4 82.5 332.7) |
| OKLCH | oklch(0.595 0.237 334.0) |
Copy-ready code
/* CSS */
color: #cb2cb7;
background-color: #cb2cb7;
/* Tailwind (arbitrary) */
class="text-[#cb2cb7] bg-[#cb2cb7]"
/* SCSS */
$brand: #cb2cb7;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.718)
/* Android */
Color.parseColor("#cb2cb7")Accessibility — WCAG contrast
Aa
#cb2cb7 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2cb7 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow9.9%
Key (black)20.4%
Color previews
#cb2cb7 text on a black background
contrast 4.58:1
Card sample
#cb2cb7 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2cb7;
Background color
Panel with #cb2cb7 background
background-color: #cb2cb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2cb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2cb7; background: linear-gradient(135deg, #cb2cb7, #CB2C4D);