#cb8fba
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 143, 186
HSL
317°, 37%, 68%
CMYK
0, 30, 8, 20
Luminance
0.3589
Every format
| HEX | #cb8fba |
| RGB | rgb(203, 143, 186) |
| HSL | hsl(317, 37%, 68%) |
| CMYK | cmyk(0%, 30%, 8%, 20%) |
| LAB | lab(66.4 29.4 -13.3) |
| LCH | lch(66.4 32.3 335.7) |
| OKLCH | oklch(0.722 0.092 337.4) |
Copy-ready code
/* CSS */
color: #cb8fba;
background-color: #cb8fba;
/* Tailwind (arbitrary) */
class="text-[#cb8fba] bg-[#cb8fba]"
/* SCSS */
$brand: #cb8fba;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#cb8fba")Accessibility — WCAG contrast
Aa
#cb8fba on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8fba on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow8.4%
Key (black)20.4%
Color previews
#cb8fba text on a black background
contrast 8.18:1
Card sample
#cb8fba text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8fba;
Background color
Panel with #cb8fba background
background-color: #cb8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8fba; background: linear-gradient(135deg, #cb8fba, #CB8F92);