#c6bcfd
a pale, electric blue · warm · closest name: plum
RGB
198, 188, 253
HSL
249°, 94%, 87%
CMYK
22, 26, 0, 1
Luminance
0.5506
Every format
| HEX | #c6bcfd |
| RGB | rgb(198, 188, 253) |
| HSL | hsl(249, 94%, 87%) |
| CMYK | cmyk(22%, 26%, 0%, 1%) |
| LAB | lab(79.1 16.7 -30.8) |
| LCH | lch(79.1 35.0 298.5) |
| OKLCH | oklch(0.826 0.091 291.3) |
Copy-ready code
/* CSS */
color: #c6bcfd;
background-color: #c6bcfd;
/* Tailwind (arbitrary) */
class="text-[#c6bcfd] bg-[#c6bcfd]"
/* SCSS */
$brand: #c6bcfd;
/* SwiftUI */
Color(red: 0.776, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#c6bcfd")Accessibility — WCAG contrast
Aa
#c6bcfd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6bcfd on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green73.7%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c6bcfd text on a black background
contrast 12.01:1
Card sample
#c6bcfd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6bcfd;
Background color
Panel with #c6bcfd background
background-color: #c6bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6bcfd; background: linear-gradient(135deg, #c6bcfd, #F1BCFD);