#c3b0eb
a light, vivid violet · warm · closest name: plum
RGB
195, 176, 235
HSL
259°, 60%, 81%
CMYK
17, 25, 0, 8
Luminance
0.4865
Every format
| HEX | #c3b0eb |
| RGB | rgb(195, 176, 235) |
| HSL | hsl(259, 60%, 81%) |
| CMYK | cmyk(17%, 25%, 0%, 8%) |
| LAB | lab(75.2 18.4 -27.0) |
| LCH | lch(75.2 32.6 304.2) |
| OKLCH | oklch(0.794 0.085 299.2) |
Copy-ready code
/* CSS */
color: #c3b0eb;
background-color: #c3b0eb;
/* Tailwind (arbitrary) */
class="text-[#c3b0eb] bg-[#c3b0eb]"
/* SCSS */
$brand: #c3b0eb;
/* SwiftUI */
Color(red: 0.765, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#c3b0eb")Accessibility — WCAG contrast
Aa
#c3b0eb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b0eb on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green69.0%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta25.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c3b0eb text on a black background
contrast 10.73:1
Card sample
#c3b0eb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b0eb;
Background color
Panel with #c3b0eb background
background-color: #c3b0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b0eb; background: linear-gradient(135deg, #c3b0eb, #EAB0EB);