#c3bbdf
a light, soft blue · warm · closest name: lavender
RGB
195, 187, 223
HSL
253°, 36%, 80%
CMYK
13, 16, 0, 13
Luminance
0.5247
Every format
| HEX | #c3bbdf |
| RGB | rgb(195, 187, 223) |
| HSL | hsl(253, 36%, 80%) |
| CMYK | cmyk(13%, 16%, 0%, 13%) |
| LAB | lab(77.6 9.8 -16.9) |
| LCH | lch(77.6 19.6 300.0) |
| OKLCH | oklch(0.810 0.051 295.4) |
Copy-ready code
/* CSS */
color: #c3bbdf;
background-color: #c3bbdf;
/* Tailwind (arbitrary) */
class="text-[#c3bbdf] bg-[#c3bbdf]"
/* SCSS */
$brand: #c3bbdf;
/* SwiftUI */
Color(red: 0.765, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#c3bbdf")Accessibility — WCAG contrast
Aa
#c3bbdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bbdf on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green73.3%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c3bbdf text on a black background
contrast 11.49:1
Card sample
#c3bbdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bbdf;
Background color
Panel with #c3bbdf background
background-color: #c3bbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bbdf; background: linear-gradient(135deg, #c3bbdf, #DBBBDF);