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