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