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