#c3bcf7
a pale, electric blue · warm · closest name: plum
RGB
195, 188, 247
HSL
247°, 79%, 85%
CMYK
21, 24, 0, 3
Luminance
0.5428
Every format
| HEX | #c3bcf7 |
| RGB | rgb(195, 188, 247) |
| HSL | hsl(247, 79%, 85%) |
| CMYK | cmyk(21%, 24%, 0%, 3%) |
| LAB | lab(78.6 14.4 -28.3) |
| LCH | lch(78.6 31.7 297.1) |
| OKLCH | oklch(0.821 0.083 289.9) |
Copy-ready code
/* CSS */
color: #c3bcf7;
background-color: #c3bcf7;
/* Tailwind (arbitrary) */
class="text-[#c3bcf7] bg-[#c3bcf7]"
/* SCSS */
$brand: #c3bcf7;
/* SwiftUI */
Color(red: 0.765, green: 0.737, blue: 0.969)
/* Android */
Color.parseColor("#c3bcf7")Accessibility — WCAG contrast
Aa
#c3bcf7 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bcf7 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.7%
Blue96.9%
CMYK percentages
Cyan21.1%
Magenta23.9%
Yellow0.0%
Key (black)3.1%
Color previews
#c3bcf7 text on a black background
contrast 11.86:1
Card sample
#c3bcf7 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bcf7;
Background color
Panel with #c3bcf7 background
background-color: #c3bcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 188, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 188, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bcf7; background: linear-gradient(135deg, #c3bcf7, #EABCF7);