#c3cbdb
a light, soft blue · cool · closest name: silver
RGB
195, 203, 219
HSL
220°, 25%, 81%
CMYK
11, 7, 0, 14
Luminance
0.5943
Every format
| HEX | #c3cbdb |
| RGB | rgb(195, 203, 219) |
| HSL | hsl(220, 25%, 81%) |
| CMYK | cmyk(11%, 7%, 0%, 14%) |
| LAB | lab(81.5 0.4 -8.9) |
| LCH | lch(81.5 8.9 272.6) |
| OKLCH | oklch(0.841 0.024 264.4) |
Copy-ready code
/* CSS */
color: #c3cbdb;
background-color: #c3cbdb;
/* Tailwind (arbitrary) */
class="text-[#c3cbdb] bg-[#c3cbdb]"
/* SCSS */
$brand: #c3cbdb;
/* SwiftUI */
Color(red: 0.765, green: 0.796, blue: 0.859)
/* Android */
Color.parseColor("#c3cbdb")Accessibility — WCAG contrast
Aa
#c3cbdb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cbdb on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.6%
Blue85.9%
CMYK percentages
Cyan11.0%
Magenta7.3%
Yellow0.0%
Key (black)14.1%
Color previews
#c3cbdb text on a black background
contrast 12.89:1
Card sample
#c3cbdb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cbdb;
Background color
Panel with #c3cbdb background
background-color: #c3cbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 203, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 203, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cbdb; background: linear-gradient(135deg, #c3cbdb, #CBC3DB);