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