#cb8fda
a light, vivid violet · warm · closest name: plum
RGB
203, 143, 218
HSL
288°, 50%, 71%
CMYK
7, 34, 0, 15
Luminance
0.3740
Every format
| HEX | #cb8fda |
| RGB | rgb(203, 143, 218) |
| HSL | hsl(288, 50%, 71%) |
| CMYK | cmyk(7%, 34%, 0%, 15%) |
| LAB | lab(67.6 35.4 -29.4) |
| LCH | lch(67.6 46.0 320.3) |
| OKLCH | oklch(0.735 0.124 319.4) |
Copy-ready code
/* CSS */
color: #cb8fda;
background-color: #cb8fda;
/* Tailwind (arbitrary) */
class="text-[#cb8fda] bg-[#cb8fda]"
/* SCSS */
$brand: #cb8fda;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.855)
/* Android */
Color.parseColor("#cb8fda")Accessibility — WCAG contrast
Aa
#cb8fda on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8fda on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta34.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cb8fda text on a black background
contrast 8.48:1
Card sample
#cb8fda text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8fda;
Background color
Panel with #cb8fda background
background-color: #cb8fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8fda; background: linear-gradient(135deg, #cb8fda, #DA8FB7);