#cb7cb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
203, 124, 178
HSL
319°, 43%, 64%
CMYK
0, 39, 12, 20
Luminance
0.3033
Every format
| HEX | #cb7cb2 |
| RGB | rgb(203, 124, 178) |
| HSL | hsl(319, 43%, 64%) |
| CMYK | cmyk(0%, 39%, 12%, 20%) |
| LAB | lab(61.9 38.4 -15.6) |
| LCH | lch(61.9 41.4 337.9) |
| OKLCH | oklch(0.687 0.119 339.7) |
Copy-ready code
/* CSS */
color: #cb7cb2;
background-color: #cb7cb2;
/* Tailwind (arbitrary) */
class="text-[#cb7cb2] bg-[#cb7cb2]"
/* SCSS */
$brand: #cb7cb2;
/* SwiftUI */
Color(red: 0.796, green: 0.486, blue: 0.698)
/* Android */
Color.parseColor("#cb7cb2")Accessibility — WCAG contrast
Aa
#cb7cb2 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7cb2 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green48.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow12.3%
Key (black)20.4%
Color previews
#cb7cb2 text on a black background
contrast 7.07:1
Card sample
#cb7cb2 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7cb2;
Background color
Panel with #cb7cb2 background
background-color: #cb7cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 124, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 124, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7cb2; background: linear-gradient(135deg, #cb7cb2, #CB7C7D);