#c3b6f3
a light, vivid blue · warm · closest name: plum
RGB
195, 182, 243
HSL
253°, 72%, 83%
CMYK
20, 25, 0, 5
Luminance
0.5153
Every format
| HEX | #c3b6f3 |
| RGB | rgb(195, 182, 243) |
| HSL | hsl(253, 72%, 83%) |
| CMYK | cmyk(20%, 25%, 0%, 5%) |
| LAB | lab(77.0 16.8 -28.6) |
| LCH | lch(77.0 33.2 300.5) |
| OKLCH | oklch(0.808 0.086 294.2) |
Copy-ready code
/* CSS */
color: #c3b6f3;
background-color: #c3b6f3;
/* Tailwind (arbitrary) */
class="text-[#c3b6f3] bg-[#c3b6f3]"
/* SCSS */
$brand: #c3b6f3;
/* SwiftUI */
Color(red: 0.765, green: 0.714, blue: 0.953)
/* Android */
Color.parseColor("#c3b6f3")Accessibility — WCAG contrast
Aa
#c3b6f3 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b6f3 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green71.4%
Blue95.3%
CMYK percentages
Cyan19.8%
Magenta25.1%
Yellow0.0%
Key (black)4.7%
Color previews
#c3b6f3 text on a black background
contrast 11.31:1
Card sample
#c3b6f3 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b6f3;
Background color
Panel with #c3b6f3 background
background-color: #c3b6f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b6f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 182, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 182, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b6f3; background: linear-gradient(135deg, #c3b6f3, #ECB6F3);