#c3c2d2
a light, soft blue · warm · closest name: silver
RGB
195, 194, 210
HSL
244°, 15%, 79%
CMYK
7, 8, 0, 18
Luminance
0.5484
Every format
| HEX | #c3c2d2 |
| RGB | rgb(195, 194, 210) |
| HSL | hsl(244, 15%, 79%) |
| CMYK | cmyk(7%, 8%, 0%, 18%) |
| LAB | lab(79.0 3.4 -7.9) |
| LCH | lch(79.0 8.6 293.3) |
| OKLCH | oklch(0.820 0.022 288.8) |
Copy-ready code
/* CSS */
color: #c3c2d2;
background-color: #c3c2d2;
/* Tailwind (arbitrary) */
class="text-[#c3c2d2] bg-[#c3c2d2]"
/* SCSS */
$brand: #c3c2d2;
/* SwiftUI */
Color(red: 0.765, green: 0.761, blue: 0.824)
/* Android */
Color.parseColor("#c3c2d2")Accessibility — WCAG contrast
Aa
#c3c2d2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c2d2 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green76.1%
Blue82.4%
CMYK percentages
Cyan7.1%
Magenta7.6%
Yellow0.0%
Key (black)17.6%
Color previews
#c3c2d2 text on a black background
contrast 11.97:1
Card sample
#c3c2d2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c2d2;
Background color
Panel with #c3c2d2 background
background-color: #c3c2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 194, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 194, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c2d2; background: linear-gradient(135deg, #c3c2d2, #CEC2D2);