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