#c1bcdf
a light, soft blue · warm · closest name: lavender
RGB
193, 188, 223
HSL
249°, 35%, 81%
CMYK
14, 16, 0, 13
Luminance
0.5263
Every format
| HEX | #c1bcdf |
| RGB | rgb(193, 188, 223) |
| HSL | hsl(249, 35%, 81%) |
| CMYK | cmyk(14%, 16%, 0%, 13%) |
| LAB | lab(77.7 8.6 -16.8) |
| LCH | lch(77.7 18.9 297.1) |
| OKLCH | oklch(0.811 0.049 291.8) |
Copy-ready code
/* CSS */
color: #c1bcdf;
background-color: #c1bcdf;
/* Tailwind (arbitrary) */
class="text-[#c1bcdf] bg-[#c1bcdf]"
/* SCSS */
$brand: #c1bcdf;
/* SwiftUI */
Color(red: 0.757, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#c1bcdf")Accessibility — WCAG contrast
Aa
#c1bcdf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1bcdf on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green73.7%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c1bcdf text on a black background
contrast 11.53:1
Card sample
#c1bcdf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1bcdf;
Background color
Panel with #c1bcdf background
background-color: #c1bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1bcdf; background: linear-gradient(135deg, #c1bcdf, #D8BCDF);