#c1bdf3
a light, vivid blue · warm · closest name: plum
RGB
193, 189, 243
HSL
244°, 69%, 85%
CMYK
21, 22, 0, 5
Luminance
0.5420
Every format
| HEX | #c1bdf3 |
| RGB | rgb(193, 189, 243) |
| HSL | hsl(244, 69%, 85%) |
| CMYK | cmyk(21%, 22%, 0%, 5%) |
| LAB | lab(78.6 12.4 -26.2) |
| LCH | lch(78.6 29.0 295.3) |
| OKLCH | oklch(0.820 0.075 288.0) |
Copy-ready code
/* CSS */
color: #c1bdf3;
background-color: #c1bdf3;
/* Tailwind (arbitrary) */
class="text-[#c1bdf3] bg-[#c1bdf3]"
/* SCSS */
$brand: #c1bdf3;
/* SwiftUI */
Color(red: 0.757, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#c1bdf3")Accessibility — WCAG contrast
Aa
#c1bdf3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1bdf3 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green74.1%
Blue95.3%
CMYK percentages
Cyan20.6%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#c1bdf3 text on a black background
contrast 11.84:1
Card sample
#c1bdf3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1bdf3;
Background color
Panel with #c1bdf3 background
background-color: #c1bdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1bdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1bdf3; background: linear-gradient(135deg, #c1bdf3, #E5BDF3);