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