#c6bdf4
a light, vivid blue · warm · closest name: plum
RGB
198, 189, 244
HSL
250°, 71%, 85%
CMYK
19, 23, 0, 4
Luminance
0.5493
Every format
| HEX | #c6bdf4 |
| RGB | rgb(198, 189, 244) |
| HSL | hsl(250, 71%, 85%) |
| CMYK | cmyk(19%, 23%, 0%, 4%) |
| LAB | lab(79.0 14.2 -26.1) |
| LCH | lch(79.0 29.6 298.5) |
| OKLCH | oklch(0.824 0.077 292.1) |
Copy-ready code
/* CSS */
color: #c6bdf4;
background-color: #c6bdf4;
/* Tailwind (arbitrary) */
class="text-[#c6bdf4] bg-[#c6bdf4]"
/* SCSS */
$brand: #c6bdf4;
/* SwiftUI */
Color(red: 0.776, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#c6bdf4")Accessibility — WCAG contrast
Aa
#c6bdf4 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6bdf4 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green74.1%
Blue95.7%
CMYK percentages
Cyan18.9%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#c6bdf4 text on a black background
contrast 11.99:1
Card sample
#c6bdf4 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6bdf4;
Background color
Panel with #c6bdf4 background
background-color: #c6bdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6bdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6bdf4; background: linear-gradient(135deg, #c6bdf4, #EBBDF4);