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