#c4bbfd
a pale, electric blue · warm · closest name: plum
RGB
196, 187, 253
HSL
248°, 94%, 86%
CMYK
23, 26, 0, 1
Luminance
0.5437
Every format
| HEX | #c4bbfd |
| RGB | rgb(196, 187, 253) |
| HSL | hsl(248, 94%, 86%) |
| CMYK | cmyk(23%, 26%, 0%, 1%) |
| LAB | lab(78.7 16.6 -31.4) |
| LCH | lch(78.7 35.5 297.9) |
| OKLCH | oklch(0.823 0.092 290.5) |
Copy-ready code
/* CSS */
color: #c4bbfd;
background-color: #c4bbfd;
/* Tailwind (arbitrary) */
class="text-[#c4bbfd] bg-[#c4bbfd]"
/* SCSS */
$brand: #c4bbfd;
/* SwiftUI */
Color(red: 0.769, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#c4bbfd")Accessibility — WCAG contrast
Aa
#c4bbfd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bbfd on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green73.3%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta26.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c4bbfd text on a black background
contrast 11.87:1
Card sample
#c4bbfd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bbfd;
Background color
Panel with #c4bbfd background
background-color: #c4bbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 187, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 187, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bbfd; background: linear-gradient(135deg, #c4bbfd, #F0BBFD);