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