#c3bcff
a pale, electric blue · warm · closest name: plum
RGB
195, 188, 255
HSL
246°, 100%, 87%
CMYK
24, 26, 0, 0
Luminance
0.5479
Every format
| HEX | #c3bcff |
| RGB | rgb(195, 188, 255) |
| HSL | hsl(246, 100%, 87%) |
| CMYK | cmyk(24%, 26%, 0%, 0%) |
| LAB | lab(78.9 16.3 -32.1) |
| LCH | lch(78.9 36.0 296.9) |
| OKLCH | oklch(0.824 0.093 289.0) |
Copy-ready code
/* CSS */
color: #c3bcff;
background-color: #c3bcff;
/* Tailwind (arbitrary) */
class="text-[#c3bcff] bg-[#c3bcff]"
/* SCSS */
$brand: #c3bcff;
/* SwiftUI */
Color(red: 0.765, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#c3bcff")Accessibility — WCAG contrast
Aa
#c3bcff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bcff on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.7%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c3bcff text on a black background
contrast 11.96:1
Card sample
#c3bcff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bcff;
Background color
Panel with #c3bcff background
background-color: #c3bcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bcff; background: linear-gradient(135deg, #c3bcff, #F0BCFF);