#c3bcdb
a light, soft blue · warm · closest name: lavender
RGB
195, 188, 219
HSL
254°, 30%, 80%
CMYK
11, 14, 0, 14
Luminance
0.5268
Every format
| HEX | #c3bcdb |
| RGB | rgb(195, 188, 219) |
| HSL | hsl(254, 30%, 80%) |
| CMYK | cmyk(11%, 14%, 0%, 14%) |
| LAB | lab(77.7 8.4 -14.6) |
| LCH | lch(77.7 16.9 300.0) |
| OKLCH | oklch(0.811 0.044 295.8) |
Copy-ready code
/* CSS */
color: #c3bcdb;
background-color: #c3bcdb;
/* Tailwind (arbitrary) */
class="text-[#c3bcdb] bg-[#c3bcdb]"
/* SCSS */
$brand: #c3bcdb;
/* SwiftUI */
Color(red: 0.765, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#c3bcdb")Accessibility — WCAG contrast
Aa
#c3bcdb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bcdb on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.7%
Blue85.9%
CMYK percentages
Cyan11.0%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#c3bcdb text on a black background
contrast 11.54:1
Card sample
#c3bcdb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bcdb;
Background color
Panel with #c3bcdb background
background-color: #c3bcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bcdb; background: linear-gradient(135deg, #c3bcdb, #D8BCDB);