#cb8fd0
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 143, 208
HSL
295°, 41%, 69%
CMYK
2, 31, 0, 18
Luminance
0.3690
Every format
| HEX | #cb8fd0 |
| RGB | rgb(203, 143, 208) |
| HSL | hsl(295, 41%, 69%) |
| CMYK | cmyk(2%, 31%, 0%, 18%) |
| LAB | lab(67.2 33.5 -24.4) |
| LCH | lch(67.2 41.4 323.9) |
| OKLCH | oklch(0.731 0.113 324.0) |
Copy-ready code
/* CSS */
color: #cb8fd0;
background-color: #cb8fd0;
/* Tailwind (arbitrary) */
class="text-[#cb8fd0] bg-[#cb8fd0]"
/* SCSS */
$brand: #cb8fd0;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.816)
/* Android */
Color.parseColor("#cb8fd0")Accessibility — WCAG contrast
Aa
#cb8fd0 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8fd0 on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue81.6%
CMYK percentages
Cyan2.4%
Magenta31.3%
Yellow0.0%
Key (black)18.4%
Color previews
#cb8fd0 text on a black background
contrast 8.38:1
Card sample
#cb8fd0 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8fd0;
Background color
Panel with #cb8fd0 background
background-color: #cb8fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8fd0; background: linear-gradient(135deg, #cb8fd0, #D08FAA);