#cb8ecf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 142, 207
HSL
296°, 40%, 68%
CMYK
2, 31, 0, 19
Luminance
0.3655
Every format
| HEX | #cb8ecf |
| RGB | rgb(203, 142, 207) |
| HSL | hsl(296, 40%, 68%) |
| CMYK | cmyk(2%, 31%, 0%, 19%) |
| LAB | lab(66.9 33.8 -24.3) |
| LCH | lch(66.9 41.6 324.4) |
| OKLCH | oklch(0.728 0.114 324.6) |
Copy-ready code
/* CSS */
color: #cb8ecf;
background-color: #cb8ecf;
/* Tailwind (arbitrary) */
class="text-[#cb8ecf] bg-[#cb8ecf]"
/* SCSS */
$brand: #cb8ecf;
/* SwiftUI */
Color(red: 0.796, green: 0.557, blue: 0.812)
/* Android */
Color.parseColor("#cb8ecf")Accessibility — WCAG contrast
Aa
#cb8ecf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8ecf on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green55.7%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta31.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cb8ecf text on a black background
contrast 8.31:1
Card sample
#cb8ecf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8ecf;
Background color
Panel with #cb8ecf background
background-color: #cb8ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 142, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 142, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8ecf; background: linear-gradient(135deg, #cb8ecf, #CF8EA8);