#c5c1eb
a light, vivid blue · warm · closest name: lavender
RGB
197, 193, 235
HSL
246°, 51%, 84%
CMYK
16, 18, 0, 8
Luminance
0.5601
Every format
| HEX | #c5c1eb |
| RGB | rgb(197, 193, 235) |
| HSL | hsl(246, 51%, 84%) |
| CMYK | cmyk(16%, 18%, 0%, 8%) |
| LAB | lab(79.6 9.7 -20.3) |
| LCH | lch(79.6 22.5 295.6) |
| OKLCH | oklch(0.828 0.059 289.4) |
Copy-ready code
/* CSS */
color: #c5c1eb;
background-color: #c5c1eb;
/* Tailwind (arbitrary) */
class="text-[#c5c1eb] bg-[#c5c1eb]"
/* SCSS */
$brand: #c5c1eb;
/* SwiftUI */
Color(red: 0.773, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#c5c1eb")Accessibility — WCAG contrast
Aa
#c5c1eb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5c1eb on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green75.7%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c5c1eb text on a black background
contrast 12.20:1
Card sample
#c5c1eb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5c1eb;
Background color
Panel with #c5c1eb background
background-color: #c5c1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5c1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5c1eb; background: linear-gradient(135deg, #c5c1eb, #E1C1EB);