#c6bafd
a pale, electric blue · warm · closest name: plum
RGB
198, 186, 253
HSL
251°, 94%, 86%
CMYK
22, 27, 0, 1
Luminance
0.5422
Every format
| HEX | #c6bafd |
| RGB | rgb(198, 186, 253) |
| HSL | hsl(251, 94%, 86%) |
| CMYK | cmyk(22%, 27%, 0%, 1%) |
| LAB | lab(78.6 17.8 -31.5) |
| LCH | lch(78.6 36.2 299.4) |
| OKLCH | oklch(0.822 0.094 292.4) |
Copy-ready code
/* CSS */
color: #c6bafd;
background-color: #c6bafd;
/* Tailwind (arbitrary) */
class="text-[#c6bafd] bg-[#c6bafd]"
/* SCSS */
$brand: #c6bafd;
/* SwiftUI */
Color(red: 0.776, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#c6bafd")Accessibility — WCAG contrast
Aa
#c6bafd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6bafd on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green72.9%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c6bafd text on a black background
contrast 11.84:1
Card sample
#c6bafd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6bafd;
Background color
Panel with #c6bafd background
background-color: #c6bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6bafd; background: linear-gradient(135deg, #c6bafd, #F3BAFD);