#c6bdf7
a pale, electric blue · warm · closest name: plum
RGB
198, 189, 247
HSL
249°, 78%, 86%
CMYK
20, 24, 0, 3
Luminance
0.5512
Every format
| HEX | #c6bdf7 |
| RGB | rgb(198, 189, 247) |
| HSL | hsl(249, 78%, 86%) |
| CMYK | cmyk(20%, 24%, 0%, 3%) |
| LAB | lab(79.1 14.8 -27.5) |
| LCH | lch(79.1 31.2 298.3) |
| OKLCH | oklch(0.826 0.081 291.6) |
Copy-ready code
/* CSS */
color: #c6bdf7;
background-color: #c6bdf7;
/* Tailwind (arbitrary) */
class="text-[#c6bdf7] bg-[#c6bdf7]"
/* SCSS */
$brand: #c6bdf7;
/* SwiftUI */
Color(red: 0.776, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#c6bdf7")Accessibility — WCAG contrast
Aa
#c6bdf7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6bdf7 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green74.1%
Blue96.9%
CMYK percentages
Cyan19.8%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#c6bdf7 text on a black background
contrast 12.02:1
Card sample
#c6bdf7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6bdf7;
Background color
Panel with #c6bdf7 background
background-color: #c6bdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6bdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6bdf7; background: linear-gradient(135deg, #c6bdf7, #EDBDF7);