#cb8fe2
a light, vivid violet · warm · closest name: plum
RGB
203, 143, 226
HSL
283°, 59%, 72%
CMYK
10, 37, 0, 11
Luminance
0.3783
Every format
| HEX | #cb8fe2 |
| RGB | rgb(203, 143, 226) |
| HSL | hsl(283, 59%, 72%) |
| CMYK | cmyk(10%, 37%, 0%, 11%) |
| LAB | lab(67.9 37.0 -33.3) |
| LCH | lch(67.9 49.8 318.0) |
| OKLCH | oklch(0.738 0.133 316.3) |
Copy-ready code
/* CSS */
color: #cb8fe2;
background-color: #cb8fe2;
/* Tailwind (arbitrary) */
class="text-[#cb8fe2] bg-[#cb8fe2]"
/* SCSS */
$brand: #cb8fe2;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.886)
/* Android */
Color.parseColor("#cb8fe2")Accessibility — WCAG contrast
Aa
#cb8fe2 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8fe2 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue88.6%
CMYK percentages
Cyan10.2%
Magenta36.7%
Yellow0.0%
Key (black)11.4%
Color previews
#cb8fe2 text on a black background
contrast 8.57:1
Card sample
#cb8fe2 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8fe2;
Background color
Panel with #cb8fe2 background
background-color: #cb8fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8fe2; background: linear-gradient(135deg, #cb8fe2, #E28FC2);