#c6baeb
a light, vivid blue · warm · closest name: plum
RGB
198, 186, 235
HSL
255°, 55%, 83%
CMYK
16, 21, 0, 8
Luminance
0.5312
Every format
| HEX | #c6baeb |
| RGB | rgb(198, 186, 235) |
| HSL | hsl(255, 55%, 83%) |
| CMYK | cmyk(16%, 21%, 0%, 8%) |
| LAB | lab(78.0 13.8 -22.8) |
| LCH | lch(78.0 26.7 301.2) |
| OKLCH | oklch(0.815 0.069 296.1) |
Copy-ready code
/* CSS */
color: #c6baeb;
background-color: #c6baeb;
/* Tailwind (arbitrary) */
class="text-[#c6baeb] bg-[#c6baeb]"
/* SCSS */
$brand: #c6baeb;
/* SwiftUI */
Color(red: 0.776, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#c6baeb")Accessibility — WCAG contrast
Aa
#c6baeb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6baeb on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green72.9%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c6baeb text on a black background
contrast 11.62:1
Card sample
#c6baeb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6baeb;
Background color
Panel with #c6baeb background
background-color: #c6baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6baeb; background: linear-gradient(135deg, #c6baeb, #E7BAEB);