#cb99eb
a light, vivid violet · warm · closest name: plum
RGB
203, 153, 235
HSL
277°, 67%, 76%
CMYK
14, 35, 0, 8
Luminance
0.4148
Every format
| HEX | #cb99eb |
| RGB | rgb(203, 153, 235) |
| HSL | hsl(277, 67%, 76%) |
| CMYK | cmyk(14%, 35%, 0%, 8%) |
| LAB | lab(70.5 33.5 -34.2) |
| LCH | lch(70.5 47.8 314.4) |
| OKLCH | oklch(0.759 0.126 311.5) |
Copy-ready code
/* CSS */
color: #cb99eb;
background-color: #cb99eb;
/* Tailwind (arbitrary) */
class="text-[#cb99eb] bg-[#cb99eb]"
/* SCSS */
$brand: #cb99eb;
/* SwiftUI */
Color(red: 0.796, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#cb99eb")Accessibility — WCAG contrast
Aa
#cb99eb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb99eb on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.0%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cb99eb text on a black background
contrast 9.30:1
Card sample
#cb99eb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb99eb;
Background color
Panel with #cb99eb background
background-color: #cb99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb99eb; background: linear-gradient(135deg, #cb99eb, #EB99D4);