#c0baeb
a light, vivid blue · warm · closest name: plum
RGB
192, 186, 235
HSL
247°, 55%, 83%
CMYK
18, 21, 0, 8
Luminance
0.5232
Every format
| HEX | #c0baeb |
| RGB | rgb(192, 186, 235) |
| HSL | hsl(247, 55%, 83%) |
| CMYK | cmyk(18%, 21%, 0%, 8%) |
| LAB | lab(77.5 11.9 -23.6) |
| LCH | lch(77.5 26.4 296.9) |
| OKLCH | oklch(0.810 0.069 290.4) |
Copy-ready code
/* CSS */
color: #c0baeb;
background-color: #c0baeb;
/* Tailwind (arbitrary) */
class="text-[#c0baeb] bg-[#c0baeb]"
/* SCSS */
$brand: #c0baeb;
/* SwiftUI */
Color(red: 0.753, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#c0baeb")Accessibility — WCAG contrast
Aa
#c0baeb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0baeb on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green72.9%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c0baeb text on a black background
contrast 11.46:1
Card sample
#c0baeb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0baeb;
Background color
Panel with #c0baeb background
background-color: #c0baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0baeb; background: linear-gradient(135deg, #c0baeb, #E1BAEB);