#c2c3cb
a light, muted blue · warm · closest name: silver
RGB
194, 195, 203
HSL
233°, 8%, 78%
CMYK
4, 4, 0, 20
Luminance
0.5481
Every format
| HEX | #c2c3cb |
| RGB | rgb(194, 195, 203) |
| HSL | hsl(233, 8%, 78%) |
| CMYK | cmyk(4%, 4%, 0%, 20%) |
| LAB | lab(78.9 1.2 -4.1) |
| LCH | lch(78.9 4.3 285.7) |
| OKLCH | oklch(0.819 0.011 280.4) |
Copy-ready code
/* CSS */
color: #c2c3cb;
background-color: #c2c3cb;
/* Tailwind (arbitrary) */
class="text-[#c2c3cb] bg-[#c2c3cb]"
/* SCSS */
$brand: #c2c3cb;
/* SwiftUI */
Color(red: 0.761, green: 0.765, blue: 0.796)
/* Android */
Color.parseColor("#c2c3cb")Accessibility — WCAG contrast
Aa
#c2c3cb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c3cb on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.5%
Blue79.6%
CMYK percentages
Cyan4.4%
Magenta3.9%
Yellow0.0%
Key (black)20.4%
Color previews
#c2c3cb text on a black background
contrast 11.96:1
Card sample
#c2c3cb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c3cb;
Background color
Panel with #c2c3cb background
background-color: #c2c3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 195, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 195, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c3cb; background: linear-gradient(135deg, #c2c3cb, #C7C2CB);