#c3bafe
a pale, electric blue · warm · closest name: plum
RGB
195, 186, 254
HSL
248°, 97%, 86%
CMYK
23, 27, 0, 0
Luminance
0.5388
Every format
| HEX | #c3bafe |
| RGB | rgb(195, 186, 254) |
| HSL | hsl(248, 97%, 86%) |
| CMYK | cmyk(23%, 27%, 0%, 0%) |
| LAB | lab(78.4 17.1 -32.4) |
| LCH | lch(78.4 36.6 297.9) |
| OKLCH | oklch(0.820 0.095 290.2) |
Copy-ready code
/* CSS */
color: #c3bafe;
background-color: #c3bafe;
/* Tailwind (arbitrary) */
class="text-[#c3bafe] bg-[#c3bafe]"
/* SCSS */
$brand: #c3bafe;
/* SwiftUI */
Color(red: 0.765, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#c3bafe")Accessibility — WCAG contrast
Aa
#c3bafe on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bafe on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green72.9%
Blue99.6%
CMYK percentages
Cyan23.2%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c3bafe text on a black background
contrast 11.78:1
Card sample
#c3bafe text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bafe;
Background color
Panel with #c3bafe background
background-color: #c3bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bafe; background: linear-gradient(135deg, #c3bafe, #F0BAFE);