#c3b5fd
a pale, electric blue · warm · closest name: plum
RGB
195, 181, 253
HSL
252°, 95%, 85%
CMYK
23, 29, 0, 1
Luminance
0.5174
Every format
| HEX | #c3b5fd |
| RGB | rgb(195, 181, 253) |
| HSL | hsl(252, 95%, 85%) |
| CMYK | cmyk(23%, 29%, 0%, 1%) |
| LAB | lab(77.1 19.6 -33.8) |
| LCH | lch(77.1 39.1 300.2) |
| OKLCH | oklch(0.810 0.101 292.9) |
Copy-ready code
/* CSS */
color: #c3b5fd;
background-color: #c3b5fd;
/* Tailwind (arbitrary) */
class="text-[#c3b5fd] bg-[#c3b5fd]"
/* SCSS */
$brand: #c3b5fd;
/* SwiftUI */
Color(red: 0.765, green: 0.710, blue: 0.992)
/* Android */
Color.parseColor("#c3b5fd")Accessibility — WCAG contrast
Aa
#c3b5fd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b5fd on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green71.0%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta28.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c3b5fd text on a black background
contrast 11.35:1
Card sample
#c3b5fd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b5fd;
Background color
Panel with #c3b5fd background
background-color: #c3b5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 181, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 181, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b5fd; background: linear-gradient(135deg, #c3b5fd, #F3B5FD);