#cb2cad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 44, 173
HSL
311°, 64%, 48%
CMYK
0, 78, 15, 20
Luminance
0.1752
Every format
| HEX | #cb2cad |
| RGB | rgb(203, 44, 173) |
| HSL | hsl(311, 64%, 48%) |
| CMYK | cmyk(0%, 78%, 15%, 20%) |
| LAB | lab(48.9 71.9 -32.7) |
| LCH | lch(48.9 79.0 335.5) |
| OKLCH | oklch(0.590 0.230 337.3) |
Copy-ready code
/* CSS */
color: #cb2cad;
background-color: #cb2cad;
/* Tailwind (arbitrary) */
class="text-[#cb2cad] bg-[#cb2cad]"
/* SCSS */
$brand: #cb2cad;
/* SwiftUI */
Color(red: 0.796, green: 0.173, blue: 0.678)
/* Android */
Color.parseColor("#cb2cad")Accessibility — WCAG contrast
Aa
#cb2cad on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2cad on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow14.8%
Key (black)20.4%
Color previews
#cb2cad text on a black background
contrast 4.50:1
Card sample
#cb2cad text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2cad;
Background color
Panel with #cb2cad background
background-color: #cb2cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 44, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 44, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2cad; background: linear-gradient(135deg, #cb2cad, #CB2C43);