#cb82bf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 130, 191
HSL
310°, 41%, 65%
CMYK
0, 36, 6, 20
Luminance
0.3242
Every format
| HEX | #cb82bf |
| RGB | rgb(203, 130, 191) |
| HSL | hsl(310, 41%, 65%) |
| CMYK | cmyk(0%, 36%, 6%, 20%) |
| LAB | lab(63.7 37.4 -20.3) |
| LCH | lch(63.7 42.5 331.6) |
| OKLCH | oklch(0.702 0.120 332.9) |
Copy-ready code
/* CSS */
color: #cb82bf;
background-color: #cb82bf;
/* Tailwind (arbitrary) */
class="text-[#cb82bf] bg-[#cb82bf]"
/* SCSS */
$brand: #cb82bf;
/* SwiftUI */
Color(red: 0.796, green: 0.510, blue: 0.749)
/* Android */
Color.parseColor("#cb82bf")Accessibility — WCAG contrast
Aa
#cb82bf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb82bf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green51.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow5.9%
Key (black)20.4%
Color previews
#cb82bf text on a black background
contrast 7.48:1
Card sample
#cb82bf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb82bf;
Background color
Panel with #cb82bf background
background-color: #cb82bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb82bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 130, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 130, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb82bf; background: linear-gradient(135deg, #cb82bf, #CB828E);