#cb9bfc
a light, electric violet · warm · closest name: plum
RGB
203, 155, 252
HSL
270°, 94%, 80%
CMYK
19, 39, 0, 1
Luminance
0.4317
Every format
| HEX | #cb9bfc |
| RGB | rgb(203, 155, 252) |
| HSL | hsl(270, 94%, 80%) |
| CMYK | cmyk(19%, 39%, 0%, 1%) |
| LAB | lab(71.7 36.0 -41.7) |
| LCH | lch(71.7 55.1 310.8) |
| OKLCH | oklch(0.770 0.143 306.1) |
Copy-ready code
/* CSS */
color: #cb9bfc;
background-color: #cb9bfc;
/* Tailwind (arbitrary) */
class="text-[#cb9bfc] bg-[#cb9bfc]"
/* SCSS */
$brand: #cb9bfc;
/* SwiftUI */
Color(red: 0.796, green: 0.608, blue: 0.988)
/* Android */
Color.parseColor("#cb9bfc")Accessibility — WCAG contrast
Aa
#cb9bfc on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9bfc on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.8%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta38.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cb9bfc text on a black background
contrast 9.63:1
Card sample
#cb9bfc text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9bfc;
Background color
Panel with #cb9bfc background
background-color: #cb9bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 155, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 155, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9bfc; background: linear-gradient(135deg, #cb9bfc, #FC9BEC);