#cb90eb
a light, vivid violet · warm · closest name: plum
RGB
203, 144, 235
HSL
279°, 70%, 74%
CMYK
14, 39, 0, 8
Luminance
0.3864
Every format
| HEX | #cb90eb |
| RGB | rgb(203, 144, 235) |
| HSL | hsl(279, 70%, 74%) |
| CMYK | cmyk(14%, 39%, 0%, 8%) |
| LAB | lab(68.5 38.4 -37.3) |
| LCH | lch(68.5 53.5 315.8) |
| OKLCH | oklch(0.744 0.141 313.0) |
Copy-ready code
/* CSS */
color: #cb90eb;
background-color: #cb90eb;
/* Tailwind (arbitrary) */
class="text-[#cb90eb] bg-[#cb90eb]"
/* SCSS */
$brand: #cb90eb;
/* SwiftUI */
Color(red: 0.796, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#cb90eb")Accessibility — WCAG contrast
Aa
#cb90eb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb90eb on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.5%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cb90eb text on a black background
contrast 8.73:1
Card sample
#cb90eb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb90eb;
Background color
Panel with #cb90eb background
background-color: #cb90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb90eb; background: linear-gradient(135deg, #cb90eb, #EB90CE);