#c8baeb
a light, vivid violet · warm · closest name: plum
RGB
200, 186, 235
HSL
257°, 55%, 83%
CMYK
15, 21, 0, 8
Luminance
0.5340
Every format
| HEX | #c8baeb |
| RGB | rgb(200, 186, 235) |
| HSL | hsl(257, 55%, 83%) |
| CMYK | cmyk(15%, 21%, 0%, 8%) |
| LAB | lab(78.1 14.4 -22.6) |
| LCH | lch(78.1 26.8 302.6) |
| OKLCH | oklch(0.817 0.070 297.9) |
Copy-ready code
/* CSS */
color: #c8baeb;
background-color: #c8baeb;
/* Tailwind (arbitrary) */
class="text-[#c8baeb] bg-[#c8baeb]"
/* SCSS */
$brand: #c8baeb;
/* SwiftUI */
Color(red: 0.784, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#c8baeb")Accessibility — WCAG contrast
Aa
#c8baeb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8baeb on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green72.9%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c8baeb text on a black background
contrast 11.68:1
Card sample
#c8baeb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8baeb;
Background color
Panel with #c8baeb background
background-color: #c8baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8baeb; background: linear-gradient(135deg, #c8baeb, #E9BAEB);