#cb2cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 44, 186
HSL
306°, 64%, 48%
CMYK
0, 78, 8, 20
Luminance
0.1804
Every format
| HEX | #cb2cba |
| RGB | rgb(203, 44, 186) |
| HSL | hsl(306, 64%, 48%) |
| CMYK | cmyk(0%, 78%, 8%, 20%) |
| LAB | lab(49.5 73.8 -39.3) |
| LCH | lch(49.5 83.6 331.9) |
| OKLCH | oklch(0.597 0.239 333.1) |
Copy-ready code
/* CSS */
color: #cb2cba;
background-color: #cb2cba;
/* Tailwind (arbitrary) */
class="text-[#cb2cba] bg-[#cb2cba]"
/* SCSS */
$brand: #cb2cba;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#cb2cba")Accessibility — WCAG contrast
Aa
#cb2cba on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2cba on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow8.4%
Key (black)20.4%
Color previews
#cb2cba text on a black background
contrast 4.61:1
Card sample
#cb2cba text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2cba;
Background color
Panel with #cb2cba background
background-color: #cb2cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2cba; background: linear-gradient(135deg, #cb2cba, #CB2C50);