#cb91eb
a light, vivid violet · warm · closest name: plum
RGB
203, 145, 235
HSL
279°, 69%, 75%
CMYK
14, 38, 0, 8
Luminance
0.3895
Every format
| HEX | #cb91eb |
| RGB | rgb(203, 145, 235) |
| HSL | hsl(279, 69%, 75%) |
| CMYK | cmyk(14%, 38%, 0%, 8%) |
| LAB | lab(68.7 37.8 -37.0) |
| LCH | lch(68.7 52.9 315.6) |
| OKLCH | oklch(0.746 0.139 312.9) |
Copy-ready code
/* CSS */
color: #cb91eb;
background-color: #cb91eb;
/* Tailwind (arbitrary) */
class="text-[#cb91eb] bg-[#cb91eb]"
/* SCSS */
$brand: #cb91eb;
/* SwiftUI */
Color(red: 0.796, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#cb91eb")Accessibility — WCAG contrast
Aa
#cb91eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb91eb on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.9%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cb91eb text on a black background
contrast 8.79:1
Card sample
#cb91eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb91eb;
Background color
Panel with #cb91eb background
background-color: #cb91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb91eb; background: linear-gradient(135deg, #cb91eb, #EB91CF);