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