#cb9fe8
a light, vivid violet · warm · closest name: plum
RGB
203, 159, 232
HSL
276°, 61%, 77%
CMYK
13, 32, 0, 9
Luminance
0.4332
Every format
| HEX | #cb9fe8 |
| RGB | rgb(203, 159, 232) |
| HSL | hsl(276, 61%, 77%) |
| CMYK | cmyk(13%, 32%, 0%, 9%) |
| LAB | lab(71.8 29.5 -30.6) |
| LCH | lch(71.8 42.5 314.0) |
| OKLCH | oklch(0.768 0.112 311.4) |
Copy-ready code
/* CSS */
color: #cb9fe8;
background-color: #cb9fe8;
/* Tailwind (arbitrary) */
class="text-[#cb9fe8] bg-[#cb9fe8]"
/* SCSS */
$brand: #cb9fe8;
/* SwiftUI */
Color(red: 0.796, green: 0.624, blue: 0.910)
/* Android */
Color.parseColor("#cb9fe8")Accessibility — WCAG contrast
Aa
#cb9fe8 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9fe8 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.4%
Blue91.0%
CMYK percentages
Cyan12.5%
Magenta31.5%
Yellow0.0%
Key (black)9.0%
Color previews
#cb9fe8 text on a black background
contrast 9.66:1
Card sample
#cb9fe8 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9fe8;
Background color
Panel with #cb9fe8 background
background-color: #cb9fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 159, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 159, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9fe8; background: linear-gradient(135deg, #cb9fe8, #E89FD4);