#c3bdf3
a light, vivid blue · warm · closest name: plum
RGB
195, 189, 243
HSL
247°, 69%, 85%
CMYK
20, 22, 0, 5
Luminance
0.5447
Every format
| HEX | #c3bdf3 |
| RGB | rgb(195, 189, 243) |
| HSL | hsl(247, 69%, 85%) |
| CMYK | cmyk(20%, 22%, 0%, 5%) |
| LAB | lab(78.7 13.0 -25.9) |
| LCH | lch(78.7 29.0 296.6) |
| OKLCH | oklch(0.822 0.075 289.7) |
Copy-ready code
/* CSS */
color: #c3bdf3;
background-color: #c3bdf3;
/* Tailwind (arbitrary) */
class="text-[#c3bdf3] bg-[#c3bdf3]"
/* SCSS */
$brand: #c3bdf3;
/* SwiftUI */
Color(red: 0.765, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#c3bdf3")Accessibility — WCAG contrast
Aa
#c3bdf3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bdf3 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green74.1%
Blue95.3%
CMYK percentages
Cyan19.8%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#c3bdf3 text on a black background
contrast 11.89:1
Card sample
#c3bdf3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bdf3;
Background color
Panel with #c3bdf3 background
background-color: #c3bdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bdf3; background: linear-gradient(135deg, #c3bdf3, #E7BDF3);