#cb7baf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
203, 123, 175
HSL
321°, 44%, 64%
CMYK
0, 39, 14, 20
Luminance
0.2996
Every format
| HEX | #cb7baf |
| RGB | rgb(203, 123, 175) |
| HSL | hsl(321, 44%, 64%) |
| CMYK | cmyk(0%, 39%, 14%, 20%) |
| LAB | lab(61.6 38.4 -14.3) |
| LCH | lch(61.6 41.0 339.5) |
| OKLCH | oklch(0.684 0.119 341.3) |
Copy-ready code
/* CSS */
color: #cb7baf;
background-color: #cb7baf;
/* Tailwind (arbitrary) */
class="text-[#cb7baf] bg-[#cb7baf]"
/* SCSS */
$brand: #cb7baf;
/* SwiftUI */
Color(red: 0.796, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#cb7baf")Accessibility — WCAG contrast
Aa
#cb7baf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7baf on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green48.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow13.8%
Key (black)20.4%
Color previews
#cb7baf text on a black background
contrast 6.99:1
Card sample
#cb7baf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7baf;
Background color
Panel with #cb7baf background
background-color: #cb7baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7baf; background: linear-gradient(135deg, #cb7baf, #CB7C7B);