#cb9cfb
a light, electric violet · warm · closest name: plum
RGB
203, 156, 251
HSL
270°, 92%, 80%
CMYK
19, 38, 0, 2
Luminance
0.4344
Every format
| HEX | #cb9cfb |
| RGB | rgb(203, 156, 251) |
| HSL | hsl(270, 92%, 80%) |
| CMYK | cmyk(19%, 38%, 0%, 2%) |
| LAB | lab(71.8 35.3 -40.8) |
| LCH | lch(71.8 54.0 310.8) |
| OKLCH | oklch(0.771 0.140 306.1) |
Copy-ready code
/* CSS */
color: #cb9cfb;
background-color: #cb9cfb;
/* Tailwind (arbitrary) */
class="text-[#cb9cfb] bg-[#cb9cfb]"
/* SCSS */
$brand: #cb9cfb;
/* SwiftUI */
Color(red: 0.796, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#cb9cfb")Accessibility — WCAG contrast
Aa
#cb9cfb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9cfb on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green61.2%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#cb9cfb text on a black background
contrast 9.69:1
Card sample
#cb9cfb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9cfb;
Background color
Panel with #cb9cfb background
background-color: #cb9cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9cfb; background: linear-gradient(135deg, #cb9cfb, #FB9CEC);