#c5c2d6
a light, soft blue · warm · closest name: silver
RGB
197, 194, 214
HSL
249°, 20%, 80%
CMYK
8, 9, 0, 16
Luminance
0.5531
Every format
| HEX | #c5c2d6 |
| RGB | rgb(197, 194, 214) |
| HSL | hsl(249, 20%, 80%) |
| CMYK | cmyk(8%, 9%, 0%, 16%) |
| LAB | lab(79.2 4.8 -9.6) |
| LCH | lch(79.2 10.8 296.8) |
| OKLCH | oklch(0.823 0.028 292.7) |
Copy-ready code
/* CSS */
color: #c5c2d6;
background-color: #c5c2d6;
/* Tailwind (arbitrary) */
class="text-[#c5c2d6] bg-[#c5c2d6]"
/* SCSS */
$brand: #c5c2d6;
/* SwiftUI */
Color(red: 0.773, green: 0.761, blue: 0.839)
/* Android */
Color.parseColor("#c5c2d6")Accessibility — WCAG contrast
Aa
#c5c2d6 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5c2d6 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green76.1%
Blue83.9%
CMYK percentages
Cyan7.9%
Magenta9.3%
Yellow0.0%
Key (black)16.1%
Color previews
#c5c2d6 text on a black background
contrast 12.06:1
Card sample
#c5c2d6 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5c2d6;
Background color
Panel with #c5c2d6 background
background-color: #c5c2d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5c2d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 194, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 194, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5c2d6; background: linear-gradient(135deg, #c5c2d6, #D2C2D6);