#cb9bfd
a light, electric violet · warm · closest name: plum
RGB
203, 155, 253
HSL
269°, 96%, 80%
CMYK
20, 39, 0, 1
Luminance
0.4323
Every format
| HEX | #cb9bfd |
| RGB | rgb(203, 155, 253) |
| HSL | hsl(269, 96%, 80%) |
| CMYK | cmyk(20%, 39%, 0%, 1%) |
| LAB | lab(71.7 36.2 -42.1) |
| LCH | lch(71.7 55.6 310.7) |
| OKLCH | oklch(0.771 0.144 305.8) |
Copy-ready code
/* CSS */
color: #cb9bfd;
background-color: #cb9bfd;
/* Tailwind (arbitrary) */
class="text-[#cb9bfd] bg-[#cb9bfd]"
/* SCSS */
$brand: #cb9bfd;
/* SwiftUI */
Color(red: 0.796, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#cb9bfd")Accessibility — WCAG contrast
Aa
#cb9bfd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9bfd on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.8%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cb9bfd text on a black background
contrast 9.65:1
Card sample
#cb9bfd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9bfd;
Background color
Panel with #cb9bfd background
background-color: #cb9bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9bfd; background: linear-gradient(135deg, #cb9bfd, #FD9BEE);