#cb97eb
a light, vivid violet · warm · closest name: plum
RGB
203, 151, 235
HSL
277°, 68%, 76%
CMYK
14, 36, 0, 8
Luminance
0.4083
Every format
| HEX | #cb97eb |
| RGB | rgb(203, 151, 235) |
| HSL | hsl(277, 68%, 76%) |
| CMYK | cmyk(14%, 36%, 0%, 8%) |
| LAB | lab(70.1 34.5 -34.9) |
| LCH | lch(70.1 49.1 314.7) |
| OKLCH | oklch(0.756 0.129 311.9) |
Copy-ready code
/* CSS */
color: #cb97eb;
background-color: #cb97eb;
/* Tailwind (arbitrary) */
class="text-[#cb97eb] bg-[#cb97eb]"
/* SCSS */
$brand: #cb97eb;
/* SwiftUI */
Color(red: 0.796, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#cb97eb")Accessibility — WCAG contrast
Aa
#cb97eb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb97eb on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green59.2%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cb97eb text on a black background
contrast 9.17:1
Card sample
#cb97eb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb97eb;
Background color
Panel with #cb97eb background
background-color: #cb97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb97eb; background: linear-gradient(135deg, #cb97eb, #EB97D3);