#c4bafc
a pale, electric blue · warm · closest name: plum
RGB
196, 186, 252
HSL
249°, 92%, 86%
CMYK
22, 26, 0, 1
Luminance
0.5388
Every format
| HEX | #c4bafc |
| RGB | rgb(196, 186, 252) |
| HSL | hsl(249, 92%, 86%) |
| CMYK | cmyk(22%, 26%, 0%, 1%) |
| LAB | lab(78.4 17.0 -31.3) |
| LCH | lch(78.4 35.6 298.5) |
| OKLCH | oklch(0.820 0.092 291.2) |
Copy-ready code
/* CSS */
color: #c4bafc;
background-color: #c4bafc;
/* Tailwind (arbitrary) */
class="text-[#c4bafc] bg-[#c4bafc]"
/* SCSS */
$brand: #c4bafc;
/* SwiftUI */
Color(red: 0.769, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#c4bafc")Accessibility — WCAG contrast
Aa
#c4bafc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bafc on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green72.9%
Blue98.8%
CMYK percentages
Cyan22.2%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#c4bafc text on a black background
contrast 11.78:1
Card sample
#c4bafc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bafc;
Background color
Panel with #c4bafc background
background-color: #c4bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bafc; background: linear-gradient(135deg, #c4bafc, #F0BAFC);