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