#c3bdfe
a pale, electric blue · warm · closest name: plum
RGB
195, 189, 254
HSL
246°, 97%, 87%
CMYK
23, 26, 0, 0
Luminance
0.5515
Every format
| HEX | #c3bdfe |
| RGB | rgb(195, 189, 254) |
| HSL | hsl(246, 97%, 87%) |
| CMYK | cmyk(23%, 26%, 0%, 0%) |
| LAB | lab(79.1 15.5 -31.2) |
| LCH | lch(79.1 34.9 296.4) |
| OKLCH | oklch(0.826 0.091 288.5) |
Copy-ready code
/* CSS */
color: #c3bdfe;
background-color: #c3bdfe;
/* Tailwind (arbitrary) */
class="text-[#c3bdfe] bg-[#c3bdfe]"
/* SCSS */
$brand: #c3bdfe;
/* SwiftUI */
Color(red: 0.765, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#c3bdfe")Accessibility — WCAG contrast
Aa
#c3bdfe on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bdfe on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green74.1%
Blue99.6%
CMYK percentages
Cyan23.2%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#c3bdfe text on a black background
contrast 12.03:1
Card sample
#c3bdfe text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bdfe;
Background color
Panel with #c3bdfe background
background-color: #c3bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bdfe; background: linear-gradient(135deg, #c3bdfe, #EEBDFE);